Documentation ¶
Overview ¶
The `babou` web application server.
The application package includes both a server implementation and a router. The web application itself is included in various sub-packages, and is loaded by the router once the server has started.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadRoutes ¶
Types ¶
type Server ¶
type Server struct { Port int AppBridge *bridge.Bridge // Event bridge this server can use to comm. with other trackers. AppSettings *libBabou.AppSettings // Settings this server was started with // contains filtered or unexported fields }
Parameters for babou's web server
Directories ¶
Path | Synopsis |
---|---|
A collection of controllers which can be called from the middleware.
|
A collection of controllers which can be called from the middleware. |
The filters package provides information that is contextual to a given request/response By chaining contexts together you can safely provide a controller access to request/response data with a minimal duplication of logic.
|
The filters package provides information that is contextual to a given request/response By chaining contexts together you can safely provide a controller access to request/response data with a minimal duplication of logic. |
Click to show internal directories.
Click to hide internal directories.