ro4i7 commented on code in PR #9070: URL: https://github.com/apache/apisix/pull/9070#discussion_r1150411592
########## docs/en/latest/architecture-design/apisix.md: ########## @@ -49,3 +49,70 @@ The diagram below shows how APISIX handles an incoming request and applies corre The chart below shows the order in which different types of Plugin are applied to a request:  + +## Examples of route matching + +1. Host + URI: This criterion matches requests based on the combination of the host and URI. For example, you could use this to match all requests to https://example.com/api. Review Comment: I have written here by taking some random examples in all three cases. Please tell me about this. -- 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]
