Overview
Update Damas to support essential HTTP Methods(HEAD, OPTIONS).
Detailed Description
- Support
HEAD method for efficient cache validation and health checks without downloading the full body.
- Support
OPTIONS method to handle CORS preflight requests.
technical advice
Overview
Update Damas to support essential HTTP Methods(
HEAD,OPTIONS).Detailed Description
HEADmethod for efficient cache validation and health checks without downloading the full body.OPTIONSmethod to handle CORS preflight requests.technical advice