Respond to HEAD requests correctly #115

Closed
opened 2017-09-29 14:16:06 -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:16:15 -04:00
jking 2017-09-29 14:17:37 -04:00
  • closed this issue
  • added the
    duplicate
    label
jking removed this from the 0.1.1 milestone 2017-09-29 15:02: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".

No due date set.

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#115
No description provided.