A type of request processing means required in order to apply this capability.
Request logger 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 a logging capability with the given logger.
Request logger type.
A logger to use for request processing.
New request logging capability.
Generated using TypeDoc
Request logging capability.
Provides request logger means for handlers.