Skip to content

Releases: qiniu/http

Release v1.2.6

23 Jun 01:32
Compare
Choose a tag to compare
  • github.com/qiniu/x v1.10.5
  • github.com/qiniu/httptest v1.0.3

Release v1.2.5

22 Jun 16:33
3c5c9ce
Compare
Choose a tag to compare
  • LICENSE
  • codecov

Release v1.2.4

25 Apr 17:39
Compare
Choose a tag to compare
  • github.com/qiniu/httptest v1.0.2

Release v1.2.3 (alias v2.0.3)

23 Apr 19:55
Compare
Choose a tag to compare
  • github.com/qiniu/x v1.8.4

Release v2.0.2

11 Sep 14:25
Compare
Choose a tag to compare
  • github.com/qiniu/httptest v1.0.1
  • github.com/qiniu/qiniutest v1.0.1
  • github.com/qiniu/x v8.0.1

Release v2.0.1

11 Sep 03:32
Compare
Choose a tag to compare

不兼容的改动,所以升级了大版本:

  • move CmdArgs from XXXArgs => Env.Args(将 CmdArgs 参数从 XXXArgs 迁移到了 Env,并且改名为 Args)
  • remove deprecated Env(将过时的 Env 支持代码移除)

Release v1.0.2

11 Sep 00:28
Compare
Choose a tag to compare
  • restrpc.WithoutBody
  • restrpc.Router.Register(rcvr interface{}) // 自动路由
  • restrpc.Router.Register(rcvr interface{}, route [][2]string) // 手工路由
  • examples/urlroute // 手工路由样例

Release v1.0.0

06 Sep 12:26
Compare
Choose a tag to compare
  • example: restrpc with authorization.

Release v0.9.0

06 Sep 05:40
Compare
Choose a tag to compare
  • Initial version.