(context.Context, HTTPRequest)
| 591 | // capture the outbound request and raw upstream response when enabled. |
| 592 | type HostHTTPClient interface { |
| 593 | Do(context.Context, HTTPRequest) (HTTPResponse, error) |
| 594 | DoStream(context.Context, HTTPRequest) (HTTPStreamResponse, error) |
| 595 | } |
| 596 |
no outgoing calls