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/httpc
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
3 years ago
..
internal feat: simplify httpc (#1748) 3 years ago
requests.go feat: add httpc.Do & httpc.Service.Do (#1775) 3 years ago
requests_test.go feat: add httpc.Do & httpc.Service.Do (#1775) 3 years ago
responses.go chore: refactor code (#1699) 3 years ago
responses_test.go feat: simplify httpc (#1748) 3 years ago
service.go feat: add httpc.Do & httpc.Service.Do (#1775) 3 years ago
service_test.go feat: add httpc.Do & httpc.Service.Do (#1775) 3 years ago
vars.go feat: add httpc.Do & httpc.Service.Do (#1775) 3 years ago