### Story As a _user or client or server_ I want _some feature_ I want to add to the context values the response of the route, because it is usefull for set cookies for example. So that _some value_ I want to add to the context values the response of the route, because it is usefull for set cookies for example. ### Acceptance criteria Something like this: ``` createHandler({ schema, context: (req, res, params) => ({ req, res, params }) }) ```