Expand description
The context
module encapsulates the context of the environment that the webmachine is
executing in. Basically wraps the request and response.
Structs§
- Webmachine
Context - Main context struct that holds the request and response.
- Webmachine
Request - Request that the state machine is executing against
- Webmachine
Response - Response that is generated as a result of the webmachine execution
Enums§
- Meta
Data Value - Values that can be stored as metadata
Traits§
- Meta
Data Thing - Trait to store arbitrary values