podafBedSheet
A framework and IoC container for web applications
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 |
ValueEncoder | Implement to convert values to and from |
ValueEncoders | (Service) - Contribute your |
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. |
HttpRedirect | (Response Object) - Use to send redirect 3xx status codes to the client. |
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 |
Route | Matches HTTP Requests to response objects. |
Text | (Response Object) - Use to send a text response to the client. |
Enums
HttpRedirectType | The type of HttpRedirect. |
Errs
BedSheetErr | As thrown by BedSheet |
ReProcessErr | Throw to process / handle the wrapped BedSheet response object. |