Expand description
HTTP utilities used only by the server crate.
normalize_url_path previously lived alongside these but moved to
apimock-routing::util::http in 5.0 — the matcher needs it; these
two helpers are HTTP-layer only.
Functions§
- content_
type_ is_ application_ json - Inspect
Content-Typeto decide whether a request body should be parsed as JSON. - delay_
response - Sleep
millisecondsms on the async runtime.