go-zero/rest
Kevin Wan 78ea0769fd
feat: simplify httpc (#1748)
* feat: simplify httpc

* chore: fix lint errors

* chore: fix log url issue

* chore: fix log url issue

* refactor: handle resp & err in ResponseHandler

* chore: remove unnecessary var names in return clause
2022-04-03 14:32:27 +08:00
..
handler feat: add rest/httpc to make http requests governacible (#1638) 2022-03-13 14:11:14 +08:00
httpc feat: simplify httpc (#1748) 2022-04-03 14:32:27 +08:00
httpx feat: add httpc.Parse (#1698) 2022-03-23 17:58:21 +08:00
internal feat: add httpc.Parse (#1698) 2022-03-23 17:58:21 +08:00
pathvar test: add more tests (#1352) 2021-12-20 22:42:36 +08:00
router feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
token chore: remove jwt deprecated (#1452) 2022-01-16 10:34:44 +08:00
config.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
engine_test.go Added support for setting the parameter size accepted by the interface and custom timeout and maxbytes in API file (#1713) 2022-03-31 20:20:00 +08:00
engine.go refactor: guard timeout on API files (#1726) 2022-03-31 21:39:02 +08:00
server_test.go refactor: guard timeout on API files (#1726) 2022-03-31 21:39:02 +08:00
server.go refactor: guard timeout on API files (#1726) 2022-03-31 21:39:02 +08:00
types.go Added support for setting the parameter size accepted by the interface and custom timeout and maxbytes in API file (#1713) 2022-03-31 20:20:00 +08:00