From 65834f73b0a731667e5dbc238ea38f7018a0d517 Mon Sep 17 00:00:00 2001 From: Fandi Date: Tue, 7 May 2024 19:14:47 +0700 Subject: [PATCH] extension: replace-params --- www/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/www/index.html b/www/index.html index 5e4ca6e..c51bc33 100644 --- a/www/index.html +++ b/www/index.html @@ -391,6 +391,16 @@

Community

This extension works similarly to json-enc but allows for very complex structures, such as embedding JSON objects, lists, or handling indexes, just by using the name attribute. + + + + replace-params + + + + This extension uses request parameters to replace existing parameters. If given value is empty string then parameter will be deleted. This extension would be usefull in situations like pagination, search that you only want to replace only few parameters instead of reset all parameters. + +