Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FaasTransport ¶
type FaasTransport struct {
// Transport is the underlying HTTP transport to use when making requests.
// It will default to http.DefaultTransport if nil.
Transport http.RoundTripper
}
FaasTransport is an http.RoundTripper that adds default headers and request logging capabilities. Requests will be logged to the console if the FAAS_DEBUG environment variable is set to 1.
Click to show internal directories.
Click to hide internal directories.