public final class CorsAssertion extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CorsAssertion.Builder
CORS Assertion Builder.
|
| Modifier and Type | Method and Description |
|---|---|
static CorsAssertion.Builder |
builder() |
void |
validate(HttpResponse<?> response)
Validate the CORS assertions.
|
public void validate(HttpResponse<?> response)
response - HTTP Response to run CORS assertions against it.public static CorsAssertion.Builder builder()