Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImportName ¶
func ImportName(hostname string) (gss.InternalName, error)
ImportName returns a gss.InternalName for a given hostname, or an error. The caller is responsible for releasing the returned name using gss.ReleaseName.
func NewNegotiateRoundTripper ¶
func NewNegotiateRoundTripper(rt http.RoundTripper) http.RoundTripper
Types ¶
type NegotiateRoundTripper ¶
type NegotiateRoundTripper struct { Transport http.RoundTripper Flags gss.Flags Mech asn1.ObjectIdentifier }
Click to show internal directories.
Click to hide internal directories.