The documentation and process around custom header processing is a little confusing, specifically in how exactly things are queried into streaminfo. I'd like to move the three StreamInfo -> String parse* functions from header_formatter.cc functions into a separate file, maybe HeaderFormatterUtils. This way, I can import the parsers into my filter tests and verify my filter changes StreamInfo correctly. Would this be ok?
The documentation and process around custom header processing is a little confusing, specifically in how exactly things are queried into streaminfo. I'd like to move the three
StreamInfo -> String parse*functions from header_formatter.cc functions into a separate file, maybeHeaderFormatterUtils. This way, I can import the parsers into my filter tests and verify my filter changesStreamInfocorrectly. Would this be ok?