# README
api
api
is a Go library for building RESTful API servers
# Functions
Get retrieves a value from a given key in this Request.
GetListenAddress returns the address used by Serve in the execution of this Request.
Handler returns a http.Handler from a handler function.
HandlerWS returns a handler that tries to establish a Websocket connection, and calls handlerWS on success.
HTTPError returns an error with an embedded HTTP status code.
NewClient creates a new Client ready to use.
NewServer allocates and returns a new Server.
Output sends a JSON-encoded output.
Set assigns a value to a given key for this Request.
# Interfaces
No description provided by the author