# Functions
New Simple server.
UnixSocket returns a new Listener on that address.
Wrap converts a standard *http.Server to a buffalo.Server.
WrapListener wraps an *http.Server and a net.Listener.
WrapTLS Server converts a standard *http.Server to a buffalo.Server but makes sure it is run with TLS.
# Interfaces
Server allows for custom server implementations.