Type alias RequestContext<TMeans>

RequestContext<TMeans>: TMeans & Agent<TMeans>

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.

Type Parameters

  • TMeans

    Request processing means of this context.

Generated using TypeDoc