Expand description
HttpProbe — executes a single HTTP request and captures the full response surface.
Uses reqwest for async HTTP. Timing is measured via std::time::Instant around
the send-to-response-body path. Header forwarding is explicit: every header in
ProbeDefinition.headers is inserted into the outgoing request.
Structs§
- Http
Probe - Executes HTTP requests using a shared
reqwest::Client.