Expand description
The three “structured input becomes the final wire form” passes, run in
this order: Request::resolve_auth, Request::resolve_query and
Request::resolve_body. Each returns a new Request with its own
structured field(s) cleared and the plain wire-level field (url,
body/headers, Authorization header) set instead — see each method’s
own doc comment for why the order among them and relative to the config
and pre_request matters.