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

Remove HeadResponder #3147

Merged
merged 2 commits into from Apr 23, 2024
Merged

Remove HeadResponder #3147

merged 2 commits into from Apr 23, 2024

Commits on Apr 19, 2024

  1. Remove HeadResponder

    The HEAD method is identical to GET except that the server must not send content in the response (RFC 9110, section 9.3.2).
    
    The previous default behaviour of returning 200 OK to every HEAD request to a constant route is not standard-compliant.
    
    The new behaviour is to always forward the request to the GET route, unless the developer explicitly configured a custom HEAD route.
    baarde committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    42658b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    f573cea View commit details
    Browse the repository at this point in the history