| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.http | |
| org.davidmoten.oa3.codegen.http.service |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
RequestBase.method() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpResponse |
Http.call(HttpService httpService,
HttpMethod method,
String basePath,
String pathTemplate,
Serializer serializer,
List<Interceptor> interceptors,
Headers requestHeaders,
List<ParameterValue> parameters,
List<ResponseDescriptor> descriptors,
boolean allowPatch,
Optional<Long> connectTimeoutMs,
Optional<Long> readTimeoutMs) |
static Http.Builder |
Http.method(HttpMethod method) |
| Constructor and Description |
|---|
RequestBase(HttpMethod method,
String url,
Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
HttpConnection |
HttpService.connection(String url,
HttpMethod method,
Option... options) |
HttpConnection |
ApacheHttpClientHttpService.connection(String url,
HttpMethod method,
Option... options) |
HttpConnection |
DefaultHttpService.connection(String url,
HttpMethod method,
Option... options) |
Copyright © 2023. All rights reserved.