Documentation ¶
Overview ¶
Package ctxutil contains golang.org/x/net/context related utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HTTPClient = oauth2.HTTPClient
HTTPClient is the context key to use with golang.org/x/net/context's WithValue function to associate an *http.Client value with a context.
We use the same value as the oauth2 package (which first introduced this key) rather than creating a new one and forcing users to possibly set two.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.