Module webmachine_rust::context 
source · Expand description
The context module encapsulates the context of the environment that the webmachine is
executing in. Basically wraps the request and response.
Structs
- Main context struct that holds the request and response.
- Request that the state machine is executing against
- Response that is generated as a result of the webmachine execution