Expand description
Build a RequestContext from the raw HTTP request in a single pass.
Functions§
- build_
request_ context - Parse every field we’ll need later from
(method, path, headers, body). Never re-parsed downstream.
Build a RequestContext from the raw HTTP request in a single pass.
(method, path, headers, body).
Never re-parsed downstream.