Skip to content

Commit

Permalink
📝 Writing docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Dec 5, 2018
1 parent 06cf2e8 commit 88d4bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
9 changes: 2 additions & 7 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@

- [x] 代码简洁,没有过多依赖。
- [x] 一行代码即可启动 HTTP 服务。
- [x] 自定义拦截器。
- [x] [自定义拦截器](#自定义拦截器)
- [x] 灵活的传参方式。
- [x] `json` 响应格式。
- [x] 自定义配置。
- [x] 多种响应方式。
- [x] 内置可插拔 `IOC` 容器。
- [x] `Cookie` 支持。
- [x] [`Cookie` 支持](#cookie-支持)
- [ ] 文件上传。


Expand Down Expand Up @@ -137,11 +137,6 @@ public class RouteAction {
}
```

![](https://ws1.sinaimg.cn/large/006tNbRwly1fvxvvo8yioj313i0tudij.jpg)

同时也可以根据 `context.request()` 获得请求上下文中的其他信息。

![](https://ws2.sinaimg.cn/large/006tNbRwly1fvxvxmpsjcj30yy0yo77h.jpg)

## Cookie 支持

Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ public class RouteAction {
}
```

![](https://ws1.sinaimg.cn/large/006tNbRwly1fvxvvo8yioj313i0tudij.jpg)

At the same time, you can also get other information in the request context through `context.request()`.

![](https://ws2.sinaimg.cn/large/006tNbRwly1fvxvxmpsjcj30yy0yo77h.jpg)

## Custom configuration

Expand Down

0 comments on commit 88d4bcd

Please sign in to comment.