Expand description
In-process HTTP mock for typesafe-rs.
Binds 127.0.0.1:0, scripts POST /v1/systemone and GET /v1/models, and
records a request journal. Tests use a real Client over loopback.
Structs§
- Mock
Server - Running mock API, bound to a random localhost port.
- Recorded
Request - One observed HTTP request.
- Stub
Builder - Fluent stub registration. Mounted on drop.