Skip to content

Commit 05a6705

Browse files
authored
Update README for v1 (#17)
1 parent 91af7f3 commit 05a6705

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

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

5-
## Status
6-
7-
ℹ️ This VMOD is currently exploratory and being actively developed and tested. It has not been run in any production environment yet,
8-
so you should not yet use this in a production environment.
9-
10-
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).
11-
12-
If instead you just want to contribute to a friendly VMOD repository, continue on!
13-
145
## Usage
156

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

147+
## Alternatives
148+
149+
Some alternatives to this VMOD are:
150+
151+
- [`libvmod-queryfilter`](https://github.com/nytimes/libvmod-queryfilter/)
152+
- [`vmod-querystring`](https://git.sr.ht/~dridi/vmod-querystring)
153+
156154
## License
157155

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

0 commit comments

Comments
 (0)