seanmonstar / httparse

A push parser for the HTTP 1.x protocol in Rust.
https://docs.rs/httparse
Apache License 2.0
584 stars 114 forks source link

Add option to save partial header value #154

Open traceflight opened 7 months ago

traceflight commented 7 months ago

Partial header value is also useful in some cases.

traceflight commented 7 months ago

155