L7路由
- 准备工作
- 【URI Path Matching】URI路径匹配
- 【Header Matching】请求头匹配
- 【Query Parameter Matching】请求参数匹配
- 【HTTP Method Matching】请求方法匹配
- 【Direct Response】直接响应
- 【Header Manipulation】请求/响应头变换
- 【Retry】请求重试
- 【Timeout】超时策略
- 【Fault Injection】故障注入
- 【Mirroring】镜像流量
- 【Path Redirect】请求路径重定向
- 【Host Redirect】服务主机重定向
- 【Path Rewrite】重写请求路径
- 【Host Rewrite】重写请求Authority和Host标头