Documentation
¶
Overview ¶
Package khttp is a transport that authenticates all outgoing requests using SPNEGO (negotiate authentication) http://tools.ietf.org/html/rfc4559.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Transport ¶
type Transport struct { // keytab file to use KeyTab string // principal Principal string // Next specifies the next transport to be used or http.DefaultTransport if nil. Next http.RoundTripper }
HTTP client transport that authenticates all outgoing requests using SPNEGO. Implements the http.RoundTripper interface
Click to show internal directories.
Click to hide internal directories.