seanmonstar / httparse

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

feat({Request,Response}): derive Debug and PartialEq; feat(benches): set number of bytes in all benches #36

Closed utkarshkukreti closed 7 years ago

utkarshkukreti commented 7 years ago

Please let me know if you have any feedback on the changes!

seanmonstar commented 7 years ago

Looks good, thanks!