poddraft
Draft Web Framework
Classes
| DevMod | DevMod |
| DevRestarter | DevRestarter |
| DraftMod | DraftMod |
| DraftSessionStore | DraftSessionStore is an in-memory WispSessionStore with optional support for serializing store to disk to maintatin session through reboots. |
| Flash | Flash manages short-term messaging between requests. |
| Main | Main entry-point for Draft CLI tools. |
| Route | Route models how a URI pattern gets routed to a method handler. |
| RouteGroup | RouteGroup models a set of Routes with optional meta-data. |
| RouteMatch | RouteMatch models a matched Route instance. |
| Router | Router handles routing URIs to method handlers. |
Errs
| DraftErr | DraftErr is thrown while servicing a request from DraftMod. |