| Package | Description |
|---|---|
| kong.unirest |
| Modifier and Type | Method and Description |
|---|---|
static GetRequest |
Unirest.get(String url)
Start a GET HttpRequest which does not support a body from the primary config
|
GetRequest |
UnirestInstance.get(String url)
Start a GET HttpRequest which does not support a body from the primary config
|
static GetRequest |
Unirest.head(String url)
Start a HEAD HttpRequest which does not support a body from the primary config
|
GetRequest |
UnirestInstance.head(String url)
Start a HEAD HttpRequest which does not support a body from the primary config
|
static GetRequest |
Unirest.options(String url)
Start a OPTIONS HttpRequest which does not support a body from the primary config
|
GetRequest |
UnirestInstance.options(String url)
Start a OPTIONS HttpRequest which does not support a body from the primary config
|
Copyright © 2022. All rights reserved.