Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefaultTransport ¶
NewDefaultTransport configure a transport with the TLS skip verify option
Types ¶
type HTTPClient ¶
type HTTPClient struct { http.Client CheckResponseStatus func(*http.Request, *http.Response) error }
HTTPClient saml2aws http client which extends the existing client
func NewHTTPClient ¶
func NewHTTPClient(tr http.RoundTripper) (*HTTPClient, error)
NewHTTPClient configure the default http client used by the providers
func (*HTTPClient) DisableFollowRedirect ¶
func (hc *HTTPClient) DisableFollowRedirect()
DisableFollowRedirect disable redirects
func (*HTTPClient) EnableFollowRedirect ¶
func (hc *HTTPClient) EnableFollowRedirect()
EnableFollowRedirect enable redirects
Click to show internal directories.
Click to hide internal directories.