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. |
| ClientAssetProducer | Implement to create custom instances of |
| FileHandler | (Service) - A |
| 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 |
| RequestLogger | Implement to create HTTP request / response loggers. |
| ResponseProcessor | Implement to define a |
| Route | Matches HTTP Requests to response objects. |
| ValueEncoder | Implement to convert values to and from |
Classes
| Asset | (Response Object) - An asset, such as |
| BedSheetBuilder | Use to programmatically create and launch BedSheet server instances. |
| BedSheetWebMod | The web::WebMod that runs in Wisp. |
| ClientAsset | (Response Object) - An asset that is uniquely identified by a client URL. |
| 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 | Runs a BedSheet web application (Bed App) from the command line. |
| 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 |
| ReProcessErr | Throw to process / handle the wrapped BedSheet response object. |