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

Clarify version struct documentation #109

Closed ameliabradley closed 2 years ago

ameliabradley commented 2 years ago

Previously the documentation for the version field on the Request and Response structs stated the field contained values such as "HTTP/1.1". This change clarifies the version field contains only the minor version number.

Fixes #65