| Package | Description |
|---|---|
| io.apimatic.coreinterfaces.compatibility | |
| io.apimatic.coreinterfaces.http | |
| io.apimatic.coreinterfaces.http.request |
| Modifier and Type | Method and Description |
|---|---|
Request |
CompatibilityFactory.createHttpRequest(Method httpMethod,
StringBuilder queryUrlBuilder,
HttpHeaders headers,
Map<String,Object> queryParameters,
List<AbstractMap.SimpleEntry<String,Object>> formParameters)
Create the HttpRequest
|
Request |
CompatibilityFactory.createHttpRequest(Method httpMethod,
StringBuilder queryUrlBuilder,
HttpHeaders headers,
Map<String,Object> queryParameters,
Object body)
Create the HttpRequest
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpMethodType
HTTP methods enumeration.
|
| Modifier and Type | Field and Description |
|---|---|
static Method |
Method.DELETE
Get Delete Method
|
static Method |
Method.GET
Get Http Method
|
static Method |
Method.HEAD
Head Http Method
|
static Method |
Method.PATCH
Patch Http Method
|
static Method |
Method.POST
Post Http Method
|
static Method |
Method.PUT
Put Http Method
|
| Modifier and Type | Method and Description |
|---|---|
Set<Method> |
ClientConfiguration.getHttpMethodsToRetry()
Http methods to retry against.
|
| Modifier and Type | Method and Description |
|---|---|
Method |
Request.getHttpMethod()
HttpMethod for the http request.
|
Copyright © 2025. All rights reserved.