Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

v0.10.0

Latest
Compare
Choose a tag to compare
@junjiexing junjiexing released this 16 Oct 13:50
· 113 commits to master since this release

1.添加https支持
2.改进middleware机制,添加context方便在middleware和handler之间传值,不再强制handler必须有request和response参数,且request、response、context顺序无限制
3.将cookies、session等功能改为middlewar,可根据需要启用或禁用