-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add an example for head request #1189
Conversation
9bca845
to
64425e6
Compare
Hi, @davidpdrsn |
64425e6
to
04c3a02
Compare
Hi, @jplatte |
04c3a02
to
e8b7e7a
Compare
Hi, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than some more wording suggestions, this looks very good now 👍🏼
bb16d94
to
92e08fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thanks :D
@lexcao it seems CI is failing because the dependencies aren't sorted. |
As tokio-rs#84 add get-head request, adding an example.
92e08fe
to
ff7e2a3
Compare
Hi, @davidpdrsn I just fixed the sorting. |
Motivation
As #84 add get-head request, adding an example for a GET-or-HEAD handler that special-cases HEAD.
Closes #1175
Solution
Add an
handle-head-request
example.