Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UnixRoundTripper ¶
type UnixRoundTripper struct {
// contains filtered or unexported fields
}
func NewUnixRoundTripper ¶
func NewUnixRoundTripper(path string) *UnixRoundTripper
func NewUnixRoundTripperTls ¶
func NewUnixRoundTripperTls(path string, tlsConfig *tls.Config) *UnixRoundTripper
func (UnixRoundTripper) RoundTrip ¶
The RoundTripper (http://golang.org/pkg/net/http/#RoundTripper) for the socket transport dials the socket each time a request is made.
Click to show internal directories.
Click to hide internal directories.