Transport layer abstraction for sending HTTP requests. Implementations handle the actual network I/O and can be composed (e.g. wrapping a FetchTransport with a RetryTransport).
Sends an HTTP request and returns the response.
Transport layer abstraction for sending HTTP requests. Implementations handle the actual network I/O and can be composed (e.g. wrapping a FetchTransport with a RetryTransport).