A tiny Python web framework. This is a immature tiny Python web framework fonusing on Python3.
- Refactor
HttpRequest
andHttpResponse
class. - Add
Cookie
andSession
features. - Add hot realoding freature.
- Add some hook functions to improve useability.
- Add test cases.
- Refactor
ctx
.