Skip to main content

Module http_util

Module http_util 

Source
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-Type to decide whether a request body should be parsed as JSON.
delay_response
Sleep milliseconds ms on the async runtime.