HttpEndpoint
Immutable endpoint contract produced by the DSL.
This is the value Tapik generators and interpreters consume once the staged builders have collected the method, URI template, request shape, and possible responses into one object.
Parameters
P
typed tuple of path and query parameters referenced by the endpoint.
I
request contract covering headers and body.
O
response variants paired with status matchers.