go-zero/rest
Kevin Wan 50de01fb49
feat: add httpc.Do & httpc.Service.Do (#1775)
* backup

* backup

* backup

* feat: add httpc.Do & httpc.Service.Do

* fix: not using strings.Cut, it's from Go 1.18

* chore: remove redudant code

* feat: httpc.Do finished

* chore: fix reviewdog

* chore: break loop if found

* add more tests
2022-04-11 11:00:28 +08:00
..
handler add more tests (#1763) 2022-04-06 16:09:06 +08:00
httpc feat: add httpc.Do & httpc.Service.Do (#1775) 2022-04-11 11:00:28 +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