Respond to HEAD requests correctly #114

Closed
opened 2017-09-29 14:14:27 -04:00 by jking · 0 comments
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 this to the 0.1.1 milestone 2017-09-29 14:14:27 -04:00
jking self-assigned this 2017-09-29 14:14:27 -04:00
jking closed this issue 2017-09-29 17:40:38 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

-

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#114
No description provided.