diff options
author | Zhidao HONG <z.hong@f5.com> | 2021-11-05 22:56:34 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2021-11-05 22:56:34 +0800 |
commit | aee908bcbd6ae160ab8e470ea6a373148649968b (patch) | |
tree | 99baed6d733282fd4cb537478c9ebf7a4ed194a8 /docs/changes.xml | |
parent | 1260add0f5cacd5849640f7ee335f3ace97ade2c (diff) | |
download | unit-aee908bcbd6ae160ab8e470ea6a373148649968b.tar.gz unit-aee908bcbd6ae160ab8e470ea6a373148649968b.tar.bz2 |
Router: matching query string support.
The "query" option matches decoded arguments, including plus ('+') to
space (' '). Like "uri", it can be a string or an array of strings.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index b9ddd3c7..6de821ab 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -96,6 +96,12 @@ when updating from previous versions. </para> </change> +<change type="feature"> +<para> +request routing by the query string. +</para> +</change> + <change type="bugfix"> <para> fixed building with glibc 2.34, notably Fedora 35. |