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 support for the PURGE HTTP method. #757

Merged
merged 1 commit into from Oct 17, 2023
Merged

Conversation

renchap
Copy link
Contributor

@renchap renchap commented Jul 28, 2023

This method is not defined in an RFC, but the HTTP RFC allows custom methods to be defined.

The PURGE method is often used in HTTP caching servers, for example:

This method is used by several caching servers, like Squid, Varnish or Fastly.
@ixti ixti merged commit 68921ed into httprb:main Oct 17, 2023
4 of 8 checks passed
ixti pushed a commit that referenced this pull request Feb 5, 2024
This method is used by several caching servers, like Squid, Varnish or Fastly.
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.

None yet

2 participants