Uses of Interface
io.contract_testing.contractcase.definitions.matchers.http.HttpRequestExample
-
Packages that use HttpRequestExample Package Description io.contract_testing.contractcase.definitions.matchers.http -
-
Uses of HttpRequestExample in io.contract_testing.contractcase.definitions.matchers.http
Classes in io.contract_testing.contractcase.definitions.matchers.http that implement HttpRequestExample Modifier and Type Class Description static classHttpRequestExample.Jsii$ProxyAn implementation forHttpRequestExampleMethods in io.contract_testing.contractcase.definitions.matchers.http that return HttpRequestExample Modifier and Type Method Description HttpRequestExampleHttpRequestExample.Builder. build()Builds the configured instance.Constructors in io.contract_testing.contractcase.definitions.matchers.http with parameters of type HttpRequestExample Constructor Description HttpRequest(HttpRequestExample requestExample)Matches any HTTP Request with the provided properties.
-