Module highnoon::app[][src]

Structs

App

The main entry point to highnoon. An App can be launched as a server or mounted into another App. Each App has a chain of (Filters)Filter which are applied to each request.

Route

Returned by App::at and attaches method handlers to a route.