podafBedSheet
Something fresh and clean to lay your web app on!
Mixins
| BedSheetConfigIds | IocConfig values as provided by BedSheet. |
| BedSheetMetaData | (Service) - MetaData gleaned from startup, such as the initial |
| BedSheetPages | (Service) - Renders the standard |
| ErrProcessor | Implement to define an |
| FileHandler | (Service) - Request Handler that maps URIs to files on the file system. |
| GzipCompressible | (Service) - Holds a list of |
| HttpCookies | (Service) - Use to manage your Cookies. |
| HttpFlash | (Service) - Stores values from one HTTP request to the next. |
| HttpRequest | (Service) - An injectable |
| HttpResponse | (Service) - An injectable |
| HttpSession | (Service) - An injectable |
| HttpStatusProcessor | Implement to define a |
| Middleware | Implement to define BedSheet middleware. |
| PodHandler | (Service) - A Request Handler that maps URIs to file resources inside pods. |
| RequestLogMiddleware | Logs HTTP requests to file in the W3C Extended Log File Format. |
| ResponseProcessor | Implement to define a |
| ValueEncoder | Implement to convert values to and from |
Classes
| BedSheetWebMod | The top-level web::WebMod to be passed to Wisp. |
| HttpRequestHeaders | A wrapper for HTTP request headers with accessors for some commonly used headings. |
| HttpResponseHeaders | A wrapper for HTTP response headers with accessors for some commonly used headings. |
| HttpStatus | Return from request handlers to send the appropriate response to the client. |
| Main | Call to run a |
| MethodCall | Return from request handler methods to explicitly invoke class methods. |
| QualityValues | Parses a |
| Redirect | Return from request handler methods to send a redirect 3xx status to the client. |
| Route | Matches uri paths to request handler methods. |
| Text | Return from request handler methods to send a text response to the client. |
Errs
| BedSheetErr | As thrown by BedSheet |
| HttpStatusErr | Throw at any point to (re-)process / (re-)handle the |
| ReProcessErr | Throw at any point to (re-)process / (re-)handle the wrapped response object. |