Skip to content

Release v1.5.0

Choose a tag to compare

@wangluozhe wangluozhe released this 10 Jan 10:52
· 8 commits to main since this release
  1. url.Request简化Params、Headers、Cookies、Data、Files、Json、Body参数传递
  2. debug模式支持打印http2报文
  3. Request的参数增加hook功能,Session支持Middleware中间件功能
  4. 优化Response内存泄漏问题和Json处理问题