| Package | Description |
|---|---|
| dev.codeflush.httpclient | |
| dev.codeflush.httpclient.request |
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestMethod.RequestMethodWithBody |
static class |
RequestMethod.RequestMethodWithoutBody |
| Modifier and Type | Field and Description |
|---|---|
static RequestMethod[] |
RequestMethod.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static RequestMethod[] |
RequestMethod.values() |
| Modifier and Type | Method and Description |
|---|---|
RequestMethod |
Request.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
static Request.Builder<?> |
Request.Builder.create(Endpoint endpoint,
RequestMethod method) |
static Request.BuilderWithBody<?> |
Request.BuilderWithBody.create(Endpoint endpoint,
RequestMethod method) |
| Constructor and Description |
|---|
Request(Endpoint endpoint,
RequestMethod method,
Charset charset,
Map<String,String> urlParameters,
Map<String,String> headers,
RequestBody body) |
Copyright © 2019. All rights reserved.