sourcegraph/internal/httpcli
Erik Seliger 7a30830dc2
httpcli: Move init function from conf package into httpcli (#62318)
There was a weird dependency between internal/conf and internal/httpcli because
of a cyclic import. This is resolved by using conftypes instead, so we can properly
split those concerns.

Test plan:

Existing tests don't break.
2024-05-02 18:30:44 +02:00
..
BUILD.bazel httpcli: Move init function from conf package into httpcli (#62318) 2024-05-02 18:30:44 +02:00
client_test.go httpcli: add prometheus metric for monitoring the rate that Sourcegraph issues requests to external services 2024-04-02 13:50:07 -07:00
client.go httpcli: add prometheus metric for monitoring the rate that Sourcegraph issues requests to external services 2024-04-02 13:50:07 -07:00
CODENOTIFY all: remove tsenart from CODENOTIFY (#41035) 2022-08-30 09:35:14 +02:00
doc.go Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
external.go httpcli: Move init function from conf package into httpcli (#62318) 2024-05-02 18:30:44 +02:00
init.go httpcli: Move init function from conf package into httpcli (#62318) 2024-05-02 18:30:44 +02:00
noop_response_cache.go Use uncached doer for downloading packages (#48977) 2023-03-22 18:56:31 +00:00
redis_logger_middleware_test.go httpcli: Move init function from conf package into httpcli (#62318) 2024-05-02 18:30:44 +02:00
redis_logger_middleware.go httpcli: Move init function from conf package into httpcli (#62318) 2024-05-02 18:30:44 +02:00
transport.go httpcli: introduce mutable, wrapped transports (#39775) 2022-08-02 13:12:10 +00:00