Merge pull request #88 from vvanglro/feat/cache_html

feat: support cache jinja2 template response
This commit is contained in:
long2ice
2022-11-03 19:42:47 +08:00
committed by GitHub
5 changed files with 35 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## 0.2
### 0.2.1
- Support cache jinja2 template response.
### 0.2.0
- Make `request` and `response` optional.