| Package | Description |
|---|---|
| org.mockserver.client.serialization.model | |
| org.mockserver.matchers | |
| org.mockserver.model |
| Modifier and Type | Method and Description |
|---|---|
Header |
HeaderDTO.buildObject() |
| Constructor and Description |
|---|
HeaderDTO(Header header) |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestMatcher |
HttpRequestMatcher.withHeaders(Header... headers) |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestMatcher |
HttpRequestMatcher.withHeaders(List<Header> headers) |
| Modifier and Type | Method and Description |
|---|---|
List<Header> |
HttpResponse.getHeaders() |
List<Header> |
HttpRequest.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponse.withHeaders(Header... headers) |
HttpRequest |
HttpRequest.withHeaders(Header... headers) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponse.withHeaders(List<Header> headers) |
HttpRequest |
HttpRequest.withHeaders(List<Header> headers) |
Copyright © 2013. All Rights Reserved.