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 allow space before first header name #147

Closed PGIII closed 5 months ago

PGIII commented 10 months ago

Adds support for for ignoring leading whitespace in response header as requested in this issue