Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

This is a simple Varnish VMOD that allows modification of a URL's query parameters by including or excluding specified parameters and their values.

## Status

ℹ️ This VMOD is currently exploratory and being actively developed and tested. It has not been run in any production environment yet,
so you should not yet use this in a production environment.

If you need to manipulate querystrings in production, you should currently explore [`libvmod-queryfilter`](https://github.com/nytimes/libvmod-queryfilter/) or [`vmod-querystring`](https://git.sr.ht/~dridi/vmod-querystring).

If instead you just want to contribute to a friendly VMOD repository, continue on!

## Usage

### Inclusion
Expand Down Expand Up @@ -153,6 +144,13 @@ Thread 101 "cache-worker" hit Breakpoint 1, vmod_modifyparams (ctx=0xffff855cd9b
- [`vcdk`](https://github.com/nigoroll/vcdk/) for the project structure.
- Guillaume Quintard for the [VMOD tutorial](https://info.varnish-software.com/blog/creating-a-vmod-vmod-str).

## Alternatives

Some alternatives to this VMOD are:

- [`libvmod-queryfilter`](https://github.com/nytimes/libvmod-queryfilter/)
- [`vmod-querystring`](https://git.sr.ht/~dridi/vmod-querystring)

## License

[Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)