juzhiyuan commented on a change in pull request #2351: URL: https://github.com/apache/apisix/pull/2351#discussion_r499111885
########## File path: doc/router-radixtree.md ########## @@ -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"], Review comment: in order to swprate keyword and custom namre? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
