pub fn build_request_context(
method: Method,
path: &str,
headers: &HeaderMap,
body: &Bytes,
start: Instant,
) -> RequestContextExpand description
Parse every field we’ll need later from (method, path, headers, body).
Never re-parsed downstream.