We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finish implementing the Request class based on the API:
Request
https://caddyserver.com/docs/modules/http.handlers.headers
The current implementation only covers delete: Request
delete
The add & set are going to be pretty much the exact same setup as the existing delete.
add
set
The replace part will be similar but will need its own class with associated toArray method.
replace
toArray
Bonus points for integration tests posting against the current caddy instance running in the tests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Finish implementing the
Request
class based on the API:https://caddyserver.com/docs/modules/http.handlers.headers
The current implementation only covers
delete
: RequestThe
add
&set
are going to be pretty much the exact same setup as the existingdelete
.The
replace
part will be similar but will need its own class with associatedtoArray
method.Bonus points for integration tests posting against the current caddy instance running in the tests.
The text was updated successfully, but these errors were encountered: