(*http.Request)
| 324 | // standard library's *http.Client implements HTTPClient. |
| 325 | type HTTPClient interface { |
| 326 | Do(*http.Request) (*http.Response, error) |
| 327 | } |
| 328 | |
| 329 | // Spec is a description of a client call or a handler invocation. |
no outgoing calls