mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-04 21:17:36 +08:00
doc: update router variable example (#2351)
This commit is contained in:
parent
c5dcced1cf
commit
2f3d6786e2
@ -78,9 +78,11 @@ $ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f
|
||||
{
|
||||
"uri": "/index.html",
|
||||
"vars": [
|
||||
["http_host", "iresty.com"],
|
||||
["cookie__device_id", "a66f0cdc4ba2df8c096f74c9110163a9"],
|
||||
["arg_name", "jack"]
|
||||
["http_host", "==", "iresty.com"],
|
||||
["cookie_device_id", "==", "a66f0cdc4ba2df8c096f74c9110163a9"],
|
||||
["arg_name", "==", "json"],
|
||||
["arg_age", ">", "18"],
|
||||
["arg_address", "~~", "China.*"]
|
||||
],
|
||||
"upstream": {
|
||||
"type": "roundrobin",
|
||||
|
Loading…
Reference in New Issue
Block a user