package
1.1.0
Repository: https://github.com/gobuffalo/buffalo.git
Documentation: pkg.go.dev

# 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.

# Structs

Listener server for using a pre-defined net.Listener.
Simple server.
TLS server.

# Interfaces

Server allows for custom server implementations.