docs: translate the document of custom response plugin to English. (#144)

This commit is contained in:
Kent Dong
2023-01-27 19:31:26 +08:00
committed by GitHub
parent f262883611
commit 059f4c682e
3 changed files with 89 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
<p>
<a href="README_EN.md"> English </a> | 中文
</p>
# 功能说明
`custom-response`插件支持配置自定义的响应,包括自定义 HTTP 应答状态码、HTTP 应答头,以及 HTTP 应答 Body。可以用于 Mock 响应,也可以用于判断特定状态码后给出自定义应答,例如在触发网关限流策略时实现自定义响应。