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
- Request
Opts - Knobs that let a probe deviate from a well-formed request on purpose.
- SseEvent
- One parsed Server-Sent Event.
- Stream
Result