pub fn header_location_for(
auth_method: AuthMethod,
) -> (&'static str, &'static str)Expand description
Where auth_method’s credential value travels on the wire — used only
by the HTTP-transport auth-gate/extractor (http::auth_extractor) to
know which incoming header to read; stdio never calls this.