Documentation ¶
Overview ¶
Package cancellable provides helper function to cancel http requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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 function with mocked clients and hijacked connections.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.