go-zero/rest/httpc
Kevin Wan 367afb544c
feat: support ptr of ptr of ... in mapping (#2779)
* feat: support ptr of ptr of ... in mapping

* feat: support ptr of ptr of time.Duration in mapping

* feat: support ptr of ptr of json.Number in mapping

* chore: improve setting in mapping

* feat: support ptr of ptr encoding.TextUnmarshaler in mapping

* chore: add more tests

* fix: string ptr

* chore: update tests
2023-01-12 15:56:51 +08:00
..
internal feat: simplify httpc (#1748) 2022-04-03 14:32:27 +08:00
requests_test.go chore: remove unnecessary code (#2754) 2023-01-05 22:12:07 +08:00
requests.go feat: support ptr of ptr of ... in mapping (#2779) 2023-01-12 15:56:51 +08:00
responses_test.go fix: handle the scenarios that content-length is invalid (#2313) 2022-08-28 15:41:02 +08:00
responses.go fix: handle the scenarios that content-length is invalid (#2313) 2022-08-28 15:41:02 +08:00
service_test.go refactor: move json related header vars to internal (#1840) 2022-04-28 15:12:04 +08:00
service.go feat: add httpc.Do & httpc.Service.Do (#1775) 2022-04-11 11:00:28 +08:00
vars.go refactor: move json related header vars to internal (#1840) 2022-04-28 15:12:04 +08:00