Optional
parserConfig: ResolvedBodyParserOptionsPrivate
_bodyPrivate
_bodyPrivate
_bodyPrivate
_rawPrivate
_rawPrivate
bodyPrivate
bodyPrivate
bodyPrivate
Readonly
localsPrivate
Readonly
originalPrivate
paramsPrivate
Readonly
parsedParsed body payload once a parser has run.
Shared per-request state bag useful for communication between middleware.
Snapshot of current route params (mutable on purpose for express parity).
Allows the router or middleware to replace params in one go.
Alias for pathname
for those used to Express' req.path
.
Path segment (no query string). Equivalent to new URL(req.url).pathname
.
Live URLSearchParams view of the request query.
Raw query string portion (including leading ?
).
Fully-qualified request URL.
Merge caller-provided overrides with the request-scoped defaults.
Optional
overrides: BodyParserOptions
Decorates the incoming Request with routing and parsing helpers.