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

Add PUT, PATCH, DELETE and cookie support #2

Merged
merged 6 commits into from
Dec 29, 2023
Merged

Conversation

mna
Copy link
Contributor

@mna mna commented Mar 29, 2023

Apologies for the README formatting changes, I just realized my editor automatically made some header changes. Apart from that and the aforementioned new features, it also improves code coverage a bit and removes a couple of unused, unexported functions.

@cespare cespare merged commit 1152957 into cespare:main Dec 29, 2023
@cespare
Copy link
Owner

cespare commented Dec 29, 2023

Thanks @mna! Sorry I forgot about this PR until today.

I made some adjustments here -- the main thing is that we can't rely on the FS test to check different methods like DELETE because http.FileServer has been changing how it responds to different methods in recent Go versions (see golang/go#53501 and golang/go#59470).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants