podafBedSheet
A fresh, crisp and clean platform to lay your web app on!
Mixins
BedSheetConfigIds | IocConfig values as provided by BedSheet. |
BedSheetServer | (Service) - Information about the BedSheet server. |
FileHandler | (Service) - A Route Handler that maps URLs to files on the file system. |
HttpCookies | (Service) - Use to manage your Cookies. |
HttpRequest | (Service) - An injectable |
HttpResponse | (Service) - An injectable |
HttpSession | (Service) - An injectable |
Middleware | Implement to define BedSheet middleware. |
PodHandler | (Service) - A Route Handler that maps URLs to file resources inside pods. |
RequestLogMiddleware | Logs HTTP requests to file in the W3C Extended Log File Format. |
ResponseProcessor | Implement to define a |
Route | Matches HTTP Requests to response objects. |
ValueEncoder | Implement to convert values to and from |
Classes
BedSheetBuilder | |
BedSheetWebMod | The web::WebMod to be passed to Wisp. |
FileAsset | (Response Object) Use in place of a |
HttpRequestBody | Convenience methods for accessing the request body. |
HttpRequestHeaders | A wrapper for HTTP request headers with accessors for commonly used headings. |
HttpResponseHeaders | A wrapper for HTTP response headers with accessors for commonly used headings. |
HttpStatus | (Response Object) Use to send a generic HTTP Status to the client. |
Main | Call to run a |
MethodCall | (Response Object) Use to explicitly invoke Fantom methods. |
QualityValues | Parses a |
Redirect | (Response Object) Use to send redirect 3xx status codes to the client. |
Text | (Response Object) Use to send a text response to the client. |
Errs
BedSheetErr | As thrown by BedSheet |
HttpStatusErr | Throw to process / handle the wrapped |
ReProcessErr | Throw to process / handle the wrapped BedSheet response object. |