Skip to content
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

HEAD requests can return a body #189

Merged
merged 1 commit into from
Jul 9, 2012

Commits on Jun 26, 2012

  1. Do not return response body for HEAD requests

    "The HEAD method is identical to GET except that the server MUST NOT
    return a message-body in the response."
    
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.4
    
    Signed-off-by: Stephen Celis <stephen@stephencelis.com>
    stephencelis committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    d40a849 View commit details
    Browse the repository at this point in the history