From 17fbe944fd68744f38e5bac8782b1c88fac73a91 Mon Sep 17 00:00:00 2001 From: "zhangxu19830126@gmail.com" Date: Tue, 6 Feb 2018 21:14:35 +0800 Subject: [PATCH] docs: update README and ROADMAP --- README.md | 2 +- ROADMAP.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 595cf420..edd579ff 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Gateway 是一个基于HTTP协议的restful的API网关。可以作为统一的A * API 参数校验 * API 访问控制(黑白名单) * API 默认返回值 -* API 返回值可是可定制 +* API 定制返回值 * 后端server的健康检查 * 使用 [fasthttp](https://github.com/valyala/fasthttp) * 开放管理API diff --git a/ROADMAP.md b/ROADMAP.md index 7bd79ffc..3caf5a7b 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -3,6 +3,7 @@ ## Features - [x] 在线流量复制 +- [x] 定制化返回值 - [ ] 协议转换插件机制 ## Plugins