Skip to content
New issue

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

Implement Headers/Request #6

Open
mattvb91 opened this issue Jul 25, 2022 · 0 comments
Open

Implement Headers/Request #6

mattvb91 opened this issue Jul 25, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mattvb91
Copy link
Owner

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 mattvb91 added help wanted Extra attention is needed good first issue Good for newcomers labels Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant