Skip to main content

Module client

Module client 

Source
Expand description

HTTP transport. Deliberately low-level: several probes work by removing things a well-behaved client would always send (the auth header, the API version header) or by sending a body that is not valid JSON, so nothing here may quietly normalise a request on our behalf.

Structsยง

Client
Endpoint
RawResponse
RequestOpts
Knobs that let a probe deviate from a well-formed request on purpose.
SseEvent
One parsed Server-Sent Event.
StreamResult