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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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