OptionalcontractMatched contract, when the request resolved to a registered route.
Final app ports, including ports contributed by providers.
Framework-neutral request.
Request correlation ID resolved by the server from the configured request ID header, or generated when the request did not send one.
Request metadata resolved from the server's explicit trusted-proxy policy.
Forwarding headers never affect this value unless
createServer({ trustedProxy }) opts into them.
W3C trace context resolved by the server from the incoming traceparent
header, or generated when the request did not send one. Spread this into
the context (...trace) to correlate downstream activity.
Arguments passed to the
context.requestfactory after a route is matched.