-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed