diff options
Diffstat (limited to 'web/html/form')
| -rw-r--r-- | web/html/form/stream/stream_xhttp.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/form/stream/stream_xhttp.html b/web/html/form/stream/stream_xhttp.html index 447612c9..8fe836d0 100644 --- a/web/html/form/stream/stream_xhttp.html +++ b/web/html/form/stream/stream_xhttp.html @@ -70,6 +70,8 @@ <a-select-option value="queryInHeader">queryInHeader</a-select-option> <a-select-option value="header">header</a-select-option> + <a-select-option value="cookie">cookie</a-select-option> + <a-select-option value="query">query</a-select-option> </a-select> </a-form-item> <a-form-item label="Padding Method"> @@ -127,6 +129,7 @@ <a-select-option value>Default (body)</a-select-option> <a-select-option value="body">body</a-select-option> <a-select-option value="header">header</a-select-option> + <a-select-option value="cookie">cookie</a-select-option> <a-select-option value="query">query</a-select-option> </a-select> </a-form-item> |
