| BasicAuthHeaderValue |
Matches the value part of a basic auth header with the supplied username and password - useful in conjunction with the StateVariable matcher.
|
| BearerTokenHeaderValue |
Matches the value part of a OIDC or OAuth header with the supplied token - useful in conjunction with the StateVariable matcher.
|
| HttpRequest |
Matches any HTTP Request with the provided properties.
|
| HttpRequest.Builder |
|
| HttpRequestExample.Builder |
|
| HttpRequestExample.Jsii$Proxy |
|
| HttpResponse |
Matches any HTTP Response with the provided properties.
|
| HttpResponse.Builder |
|
| HttpResponseExample.Builder |
|
| HttpResponseExample.Jsii$Proxy |
|
| HttpStatusCode |
Matches an HTTP status code.
|
| UriEncodedString |
Convenience matcher to treat the string as a uri encoded string - useful in path segments.
|