Kevin Wan
|
d935c83a54
|
feat: support baggage propagation in httpc (#2375)
* feat: support baggage propagation in httpc
* chore: use go 1.16
* chore: use go 1.16
* chore: use go ^1.16
* chore: remove deprecated
|
2022-09-10 15:18:52 +08:00 |
|
maizige
|
cfda972d50
|
fix:trace graceful stop,pre loss trace (#2358)
|
2022-09-07 10:33:01 +08:00 |
|
Kevin Wan
|
5d00dfb962
|
fix: handle the scenarios that content-length is invalid (#2313)
|
2022-08-28 15:41:02 +08:00 |
|
Kevin Wan
|
f3645e420e
|
test: add more tests (#2261)
|
2022-08-13 10:31:23 +08:00 |
|
Kevin Wan
|
a987512c7b
|
feat: more meaningful error messages, close body on httpc requests (#2238)
* feat: more meaningful error messages, close body on httpc requests
* fix: test failure
|
2022-08-07 16:09:54 +08:00 |
|
chen quan
|
003adae51f
|
fix(httpc): fix typo errors (#2189)
|
2022-07-27 09:11:15 +08:00 |
|
chen quan
|
6518eb10b3
|
feat: add trace in httpc (#2011)
|
2022-06-17 15:01:14 +08:00 |
|
Kevin Wan
|
f21970c117
|
test: add more tests (#1856)
|
2022-05-02 21:24:20 +08:00 |
|
Kevin Wan
|
3bbc90ec24
|
refactor: move json related header vars to internal (#1840)
* refactor: move json related header vars to internal
* refactor: use header.ContentType
|
2022-04-28 15:12:04 +08:00 |
|
Kevin Wan
|
cef83efd4e
|
fix #1838 (#1839)
|
2022-04-28 11:25:26 +08:00 |
|
Kevin Wan
|
cb4fcf2c6c
|
fix marshal ptr in httpc (#1789)
* fix marshal ptr in httpc
* add more tests
* add more tests
* add more tests
* fix issue on options and optional both provided
|
2022-04-15 19:07:34 +08:00 |
|
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 |
|
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 |
|
Kevin Wan
|
ec271db7a0
|
chore: refactor code (#1699)
|
2022-03-23 18:24:44 +08:00 |
|
Kevin Wan
|
c1d9e6a00b
|
feat: add httpc.Parse (#1698)
|
2022-03-23 17:58:21 +08:00 |
|
Kevin Wan
|
f9e6013a6c
|
refactor: httpc package for easy to use (#1645)
|
2022-03-15 14:18:46 +08:00 |
|
Kevin Wan
|
b5d1d8b0d1
|
refactor: httpc package for easy to use (#1643)
|
2022-03-14 20:15:14 +08:00 |
|
Kevin Wan
|
2a5717d7fb
|
feat: add httpc/Service for convinience (#1641)
|
2022-03-14 15:36:06 +08:00 |
|
Kevin Wan
|
85cf662c6f
|
feat: add httpc/Get httpc/Post (#1640)
|
2022-03-13 14:49:14 +08:00 |
|
Kevin Wan
|
3279a7ef0f
|
feat: add rest/httpc to make http requests governacible (#1638)
* feat: change x-trace-id to traceparent to follow opentelemetry
* feat: add rest/httpc to make http requests governacible
* chore: remove blank lines
|
2022-03-13 14:11:14 +08:00 |
|