You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/rest
Kevin Wan cd289465fd
chore: coding style and comments (#1361)
* chore: coding style and comments

* chore: optimize `ParseJsonBody` (#1353)

* chore: optimize `ParseJsonBody`

* chore: optimize `ParseJsonBody`

* fix: fix a test

* chore: optimize `ParseJsonBody`

* fix a test

* chore: add comment

* chore: refactor

Co-authored-by: chenquan <chenquan.dev@foxmail.com>
3 years ago
..
handler chore: coding style and comments (#1361) 3 years ago
httpx chore: coding style and comments (#1361) 3 years ago
internal chore: coding style and comments (#1361) 3 years ago
pathvar test: add more tests (#1352) 3 years ago
router test: add more tests (#1163) 3 years ago
token downgrade golang-jwt to support go 1.14 (#1073) 3 years ago
config.go refactor: simplify tls config in rest (#1181) 3 years ago
engine.go feat: support CORS by using rest.WithCors(...) (#1212) 3 years ago
engine_test.go feat: support CORS by using rest.WithCors(...) (#1212) 3 years ago
server.go chore: only allow cors middleware to change headers (#1276) 3 years ago
server_test.go chore: only allow cors middleware to change headers (#1276) 3 years ago
types.go feat: support customizing timeout for specific route (#1203) 3 years ago