| Package | Description |
|---|---|
| com.github.nosan.embedded.cassandra.commons.web |
HTTP client classes.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpHeaders |
HttpHeaders.copyOf(Map<String,List<String>> headers)
Creates HTTP headers.
|
HttpHeaders |
HttpResponse.getHeaders()
Gets the headers of this response.
|
HttpHeaders |
HttpRequest.getHeaders()
Gets the headers of this request.
|
static HttpHeaders |
HttpHeaders.readOnly(Map<String,List<String>> headers)
Creates read-only HTTP headers.
|
| Constructor and Description |
|---|
HttpRequest(URI uri,
String method,
HttpHeaders headers)
Creates
HttpRequest with provided uri, method and headers. |
Copyright © 2023. All rights reserved.