Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
restran committed May 28, 2017
1 parent aed8909 commit ac39679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ REDIS_PASSWORD = 'your_password'

这是一个 JSON API 的网关,实际上不管背后受保护的 API 传输的是什么,都能正常传输,只是网关会在出错时,以 JSON 数据返回错误信息。在设计上借鉴了 [torngas](https://github.com/mqingyn/torngas) 的中间件模式。当前仅支持 `GET``POST` 方法。

![img.png](doc/design.png "")
![img.png](docs/design.png "")

### HMAC 签名

Expand Down

0 comments on commit ac39679

Please sign in to comment.