Skip to content

parser should use boost.http decoder services #47

Description

@ashtum

The parser should select the body decoder itself from Content-Encoding at the end of parse_header, using the http::zlib/brotli/zstd decode services installed in the system context, instead of having the caller build one and install it through the public set_decoder. A config::decode flag (default true) carries the client's opt-out, and codings without an installed service leave the body as sent.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions