summaryrefslogtreecommitdiff
path: root/internal/httpclient/client.go
AgeCommit message (Expand)AuthorFiles
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-02-19[chore] Move request validation earlier in client (#1531)Libravatar Daenney1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-11-26Additional IP range validations (#1152)Libravatar Daniele Sluijters1
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi1
2022-11-08[feature] various worker / request queue improvements (#995)Libravatar kim1
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim1
2022-08-27[bugfix] Relax outgoing http request queue (#760)v0.4.0Libravatar tobi1
2022-07-18[chore] move dialer inside new (#715)Libravatar tobi1
2022-05-26[performance] Don't retry/backoff invalid http requests that will never succe...v0.3.4Libravatar tobi1
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1