go-zero/rest
Kevin Wan 62266d8f91
fix #1070 (#1389)
* fix #1070

* test: add more tests
2021-12-29 21:34:28 +08:00
..
handler fix #1070 (#1389) 2021-12-29 21:34:28 +08:00
httpx fix #1070 (#1389) 2021-12-29 21:34:28 +08:00
internal chore: coding style and comments (#1361) 2021-12-22 21:43:37 +08:00
pathvar test: add more tests (#1352) 2021-12-20 22:42:36 +08:00
router test: add more tests (#1163) 2021-10-25 21:10:08 +08:00
token downgrade golang-jwt to support go 1.14 (#1073) 2021-09-21 13:42:45 +08:00
config.go refactor: simplify tls config in rest (#1181) 2021-10-31 14:10:47 +08:00
engine_test.go feat: support CORS by using rest.WithCors(...) (#1212) 2021-11-07 22:42:40 +08:00
engine.go feat: support CORS by using rest.WithCors(...) (#1212) 2021-11-07 22:42:40 +08:00
server_test.go chore: only allow cors middleware to change headers (#1276) 2021-11-26 14:14:06 +08:00
server.go chore: only allow cors middleware to change headers (#1276) 2021-11-26 14:14:06 +08:00
types.go feat: support customizing timeout for specific route (#1203) 2021-11-03 22:20:32 +08:00