seanmonstar / httparse

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

Response support parse_with_uninit_headers #148

Open cppcoffee opened 1 year ago

cppcoffee commented 1 year ago

Like Request, the Response also supports the parse_with_uninit_headers function.