1
0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-03-10 07:38:56 +01:00
caddy/modules/caddyhttp/rewrite
Aziz Rmadi 69290d232d
rewrite: Implement uri query operations ()
* Implemented basic uri query operations

* Added support for query operations block

* Applied Replacer on all query keys and values

* Implemented rename query key opration

* Rewrite struct: Changed QueryOperations field to Query and comments cleanup

* Cleaned up comments, changed the order of operations and added more tests

* Changed order of fields in queryOps struct to match the operations order
2024-03-06 10:08:46 -05:00
..
caddyfile.go rewrite: Implement uri query operations () 2024-03-06 10:08:46 -05:00
rewrite.go rewrite: Implement uri query operations () 2024-03-06 10:08:46 -05:00
rewrite_test.go