fix(#150): auto-register HEAD route for GET routes#157
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Please reduce down the scope of PR to #151 only. Thank you |
Fix #150\nAuto-register HEAD route when GET route is registered.\n\n## Fix #151\nSuppress response body in
send()when request method is HEAD (RFC 9110 §9.3.2).