Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultPort is the default port number to listen on. DefaultPort = 80 // DefaultBlockSize is the default size of i/o buffer in bytes. DefaultBlockSize = 10 * 1024 // DefaultInactiveRequestTimeout is the default timeout for inactive requests. In particular, this sets a limit on how long the backend can wait before writing headers and the response status. DefaultInactiveRequestTimeout = 60 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RelayClientUnavailableError ¶
type RelayClientUnavailableError struct {
// contains filtered or unexported fields
}
func (*RelayClientUnavailableError) Error ¶
func (e *RelayClientUnavailableError) Error() string
Click to show internal directories.
Click to hide internal directories.