Documentation ¶
Overview ¶
Package http implements helpers for the runtime settings HTTP API
Package http implements helpers for the runtime settings HTTP API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientOptions ¶
type ClientOptions struct {
CloseConnection util.ShouldCloseConnection
}
ClientOptions holds options for the HTTP client
func NewHTTPClientOptions ¶
func NewHTTPClientOptions(closeConnection util.ShouldCloseConnection) ClientOptions
NewHTTPClientOptions returns a new struct containing the HTTP client options
Click to show internal directories.
Click to hide internal directories.