# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewServeMux allocates and returns a new ServeMux.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
1 MB.
StateActive represents a connection that has read 1 or more bytes of a request.
StateClosed represents a closed connection.
StateHijacked represents a hijacked connection.
StateIdle represents a connection that has finished handling a request and is in the keep-alive state, waiting for a new request.
StateNew represents a new connection that is expected to send a request immediately.
# Variables
ClientContextKey is a context key.
DefaultServeMux is the default ServeMux used by Serve.
ErrAbortHandler is a sentinel panic value to abort a handler.
No description provided by the author
No description provided by the author
ErrServerClosed is returned by the Server's Serve and ListenAndServe methods after a call to Shutdown or Close.
No description provided by the author
LocalAddrContextKey is a context key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ServerContextKey is a context key.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
A ConnState represents the state of a client connection to a server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author