# Functions
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
No description provided by the author
DelHeader delete a response header.
No description provided by the author
No description provided by the author
FreeBufioReader frees the bufio.Reader.
FreeBufioWriter frees the bufio.Writer.
FreeRequest frees the request.
FreeResponse frees the response.
GetRequestHeader get a request header.
GetResponseHeader get response a header.
No description provided by the author
No description provided by the author
No description provided by the author
ListenAndServe listens on the TCP network address addr and then calls Serve with handler to handle requests on incoming connections.
ListenAndServeTLS acts identically to ListenAndServe, except that it expects HTTPS connections.
No description provided by the author
NewBufioReader returns a new bufio.Reader with r.
NewBufioWriter returns a new bufio.Writer with w.
NewBufioWriterSize returns a new bufio.Writer with w and size.
No description provided by the author
No description provided by the author
No description provided by the author
NewResponse returns a new response.
NewResponseSize returns a new response whose buffer has at least the specified size.
NewRoute returns a new NewRouter instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadFastRequest is like ReadRequest but with the simple request parser.
ReadRequest reads and parses an incoming request from b.
No description provided by the author
No description provided by the author
RunUnix todo.
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
SetHeader set a response header.
No description provided by the author
WriteHeader write a response header.
No description provided by the author
No description provided by the author
# Constants
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
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
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
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
TimeFormat is the time format to use when generating times in HTTP headers.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
DefaultServer is the default HTTP server.
# Structs
No description provided by the author
No description provided by the author
Response implements the http.ResponseWriter interface.
Route is an HTTP server.
No description provided by the author
# Interfaces
No description provided by the author