lookbrook commented on a change in pull request #1984:
URL: https://github.com/apache/apisix-dashboard/pull/1984#discussion_r680660908
##########
File path: web/src/pages/Route/components/Step1/MatchingRulesView.tsx
##########
@@ -104,6 +104,9 @@ const MatchingRulesView:
React.FC<RouteModule.Step1PassProps> = ({
case 'cookie':
renderText = 'Cookie';
break;
+ case 'buildin':
Review comment:
This is the documentation for the relevant embedded parameters:
http://nginx.org/en/docs/http/ngx_http_core_module.html#variables
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]