Skip to content

fix: handle HEAD requests for internal routes - #734

Open
danilobuerger wants to merge 1 commit into
sigoden:mainfrom
danilobuerger:db/superior-giraffe
Open

fix: handle HEAD requests for internal routes#734
danilobuerger wants to merge 1 commit into
sigoden:mainfrom
danilobuerger:db/superior-giraffe

Conversation

@danilobuerger

Copy link
Copy Markdown

HEAD is expected to return identical to GET minus the response body. (https://www.rfc-editor.org/rfc/rfc9110.html#section-9.3.2-1). Non-internal routes already support HEAD, this change makes it consistent to the rest.

HEAD is expected to return identical to GET minus the response body. (https://www.rfc-editor.org/rfc/rfc9110.html#section-9.3.2-1). Non-internal routes already support HEAD, this change makes it consistent to the rest.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant