Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHeader ¶
type HttpRequest ¶
type HttpRequest interface {
HttpHeader
// Get basic TLS connection details
GetTLS() *tls.ConnectionState
// Get host or host:port to connect to
GetHost() string
}
HttpRequest type is used for generic HTTP request handling if we wish to use a library other than net/http.
Click to show internal directories.
Click to hide internal directories.