Skip to content

Clarify version struct documentation #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2022

Conversation

ameliabradley
Copy link
Contributor

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

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.
Copy link
Owner

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice cleanup, thanks so much!

@seanmonstar seanmonstar merged commit aa6108b into seanmonstar:master May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comment for Request.version doesn't make sense
2 participants