seanmonstar / httparse

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

Fixes #70 - Update README to be consistent with docs example #105

Closed miketaylr closed 2 years ago

miketaylr commented 2 years ago

cf. https://docs.rs/httparse/1.3.4/httparse/constant.EMPTY_HEADER.html#example

miketaylr commented 2 years ago

Please take a look @seanmonstar, thanks!