HTTP HEAD considerations #314
Labels
feature request
Request to add new functionality
question
General question
refactoring request
Request to improve code without changing external APIs (e.g. perf improvements)
A few things which I'm trying to get clarity on:
verbs [ GET, HEAD ] >=>
?GET
handler also handleHEAD
requests?json
,htmlFile
, etc.) check if a request is aHEAD
and only write to the response body if it isn't aHEAD
?Would love to get some input on how current Giraffe users feel about this!
The text was updated successfully, but these errors were encountered: