Finish implementing the Request class based on the API:
https://caddyserver.com/docs/modules/http.handlers.headers
The current implementation only covers delete: Request
The add & set are going to be pretty much the exact same setup as the existing delete.
The replace part will be similar but will need its own class with associated toArray method.
Bonus points for integration tests posting against the current caddy instance running in the tests.
Finish implementing the
Requestclass based on the API:https://caddyserver.com/docs/modules/http.handlers.headers
The current implementation only covers
delete: RequestThe
add&setare going to be pretty much the exact same setup as the existingdelete.The
replacepart will be similar but will need its own class with associatedtoArraymethod.Bonus points for integration tests posting against the current caddy instance running in the tests.