[−][src]Module webmachine_rust::context
The context module encapsulates the context of the environment that the webmachine is
executing in. Basically wraps the request and response.
Structs
| WebmachineContext | Main context struct that holds the request and response. |
| WebmachineRequest | Request that the state machine is executing against |
| WebmachineResponse | Response that is generated as a result of the webmachine execution |