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

Describe return of parse function. #82

Closed Chris-Barrett-FW closed 3 years ago

Chris-Barrett-FW commented 3 years ago

Just a doc comment so people don't have to read through parse's implementation to know what its return value is.