seanmonstar / httparse

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

add option to save partial header value #155

Closed traceflight closed 1 week ago

traceflight commented 5 months ago

Hello @seanmonstar,

Thanks for this great crate. I'm using this as the basic parser for http data analysis. I want to get as much as information even though the http date is not complete. So i create this PR to add an option to save partial header value.

Hope you can review this code.