use crate::;
/// Context representing the relationship between a request and a response
/// This structure only appears inside Middleware since the act before and after the request
///
/// There is no guaranty the the request nor the response will be set at any given time, since they could be moved out by a badly implemented middleware