caddy-php icon indicating copy to clipboard operation
caddy-php copied to clipboard

Implement Headers/Request

Open mattvb91 opened this issue 2 years ago • 0 comments

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.

mattvb91 avatar Jul 25 '22 18:07 mattvb91