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 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
2 years ago
..
internal feat: simplify httpc (#1748) 3 years ago
requests.go feat: support ptr of ptr of ... in mapping (#2779) 2 years ago
requests_test.go chore: remove unnecessary code (#2754) 2 years ago
responses.go fix: handle the scenarios that content-length is invalid (#2313) 2 years ago
responses_test.go fix: handle the scenarios that content-length is invalid (#2313) 2 years ago
service.go feat: add httpc.Do & httpc.Service.Do (#1775) 3 years ago
service_test.go refactor: move json related header vars to internal (#1840) 3 years ago
vars.go refactor: move json related header vars to internal (#1840) 3 years ago