| Package | Description |
|---|---|
| kong.unirest |
| Modifier and Type | Method and Description |
|---|---|
Cookie |
Cookies.getNamed(String name)
Get cookie by name
|
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.addDefaultCookie(Cookie cookie)
Adds a default cookie to be added to all requests with this config
|
R |
HttpRequest.cookie(Cookie cookie)
Add a simple cookie header
|
void |
Headers.cookie(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
R |
HttpRequest.cookie(Collection<Cookie> cookies)
Add a collection of cookie headers
|
void |
Headers.cookie(Collection<Cookie> cookies) |
Copyright © 2021. All rights reserved.