Respond to HEAD requests correctly #115

Closed
opened 7 years ago by jking · 0 comments
jking commented 7 years ago
Owner

Presently we don't respond to HEAD requests correctly. This should be fairly easy to fix: the base REST class can transform HEAD requests to GET before handing them off, and mark responses as HEAD before passing those up; the response transformer would then simply not print the response body.

Presently we don't respond to [HEAD requests](https://tools.ietf.org/html/rfc7231#section-4.3.2) correctly. This should be fairly easy to fix: the base REST class can transform HEAD requests to GET before handing them off, and mark responses as HEAD before passing those up; the response transformer would then simply not print the response body.
jking added the
bug
trivial
labels 7 years ago
jking added this to the 0.1.1 milestone 7 years ago
jking added the
duplicate
label 7 years ago
jking closed this issue 7 years ago
jking removed this from the 0.1.1 milestone 7 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.