Core server, stub registration, and configuration.
Kotest assertion extensions for verifying stubs and recorded requests.
Request matching and recording. Use RequestSpecificationBuilder inside get { } / post { } blocks to match by path, headers, query parameters, and body.
RequestSpecificationBuilder
get { }
post { }
Response builders for plain (respondsWith), chunked stream (respondsWithStream), and SSE stream (respondsWithSseStream) responses.
respondsWith
respondsWithStream
respondsWithSseStream