package cancellable
import "github.com/docker/engine-api/client/transport/cancellable"
Package cancellable provides helper function to cancel http requests.
Index ¶
Functions ¶
func Do ¶
Do sends an HTTP request with the provided transport.Sender and returns an HTTP response. If the client is nil, http.DefaultClient is used. If the context is canceled or times out, ctx.Err() will be returned.
FORK INFORMATION:
This function deviates from the upstream version in golang.org/x/net/context/ctxhttp by taking a Sender interface rather than a *http.Client directly. That allow us to use this funcion with mocked clients and hijacked connections.
Source Files ¶
- Version
- v0.3.3
- Published
- Apr 6, 2016
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 26 minutes ago –
Tools for package owners.