http.request.uri.args.values
http.request.uri.args.valuesArray<String>HTTP URI クエリ文字列内の引数値です。
値は前処理されず、リクエストで使われた元の大文字小文字が残ります。 They are in the same order as in the request.
重複した値は複数回リストされます。
- Decoding: No decoding performed
- Non-ASCII: Preserved
値の例:
["red+apples"]使い方の例:
any(http.request.uri.args.values[*] == "red+apples")カテゴリ:
- リクエスト
- URI