A type of request processing means required in order to apply this capability.
Supported route type.
Combines this capability with the next
one.
A type of extension to request processing means applied by next
capability.
Next capability that receives requests modified by this capability.
New request processing capability that applies modifications to request by this capability first,
and then - by the next
one.
RequestCapability.combine
Abstract
forProvides request processing capability to the given handler.
Builds request processing handler that modifies request and delegates to target handler
.
A type of request processing means expected by constructed handler.
Request processing handler that will receive modified request context.
New request processing handler.
Configures routing capability that constructs a route by incoming HTTP request.
Router configuration without route build.
New request routing capability.
Configures routing capability with custom route builder.
Route configuration with custom route builder.
New request routing capability.
Generated using TypeDoc
Request routing capability.
Provides request routing means for handlers.