Skip to content

v0.1.1

Compare
Choose a tag to compare
@XuruiPro XuruiPro released this 18 Sep 02:51
· 16 commits to main since this release
  1. 修改中间件下一个中间件截断后,上一个中间件没有返回值的bug
  2. 将openapi验证时integer的int8,uint8,int16,uint16的最大最小值修改为系统值
  3. 修复response.HTTPException方法的httpCode设置后恒等于200的bug
  4. 修改response.HTTPException方法,删除headers参数
  5. 修改response.HTMLResponse方法中的Html为string类型,使其变为可使用模板参数
  6. 修改response.TextResponse方法使header可以覆盖Content-Type类型
  7. 给openapi的Extensions扩展字段增加验证必须以x-开头