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

Response support parse_with_uninit_headers #148

Open cppcoffee opened 9 months ago

cppcoffee commented 9 months ago

Like Request, the Response also supports the parse_with_uninit_headers function.