It is passed to request processing handler. It the necessary means. The handler can either
respond by these means, or delegate processing to the next handler.
The context instance is immutable. The request processing means it contains can be * modified or even extended when delegating request processing to the next handler
by creating another context based on original one.
Request processing context.
It is passed to request processing handler. It the necessary means. The handler can either respond by these means, or delegate processing to the next handler.
The context instance is immutable. The request processing means it contains can be * modified or even extended when delegating request processing to the next handler by creating another context based on original one.