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 form decoding capability to transform submitted form.
HTTP request processing means.
Transformed request body type.
Transformer function.
New form decoding capability.
Generated using TypeDoc
URL-encoded form decoding capability.
Represents form data submitted as
application/x-www-form-urlencoded
as a * request body of typeURLSearchParams
, or optionally transforms it to another type.Responds with 415 (Unsupported Media Type) status code if request has content type specified, and it is not
application/x-www-form-urlencoded
ortext/plain
.