| Package | Description |
|---|---|
| com.mashape.unirest.http | |
| com.mashape.unirest.request |
| Modifier and Type | Method and Description |
|---|---|
static GetRequest |
Unirest.get(String url) |
static GetRequest |
Unirest.head(String url) |
| Modifier and Type | Method and Description |
|---|---|
GetRequest |
GetRequest.basicAuth(String username,
String password) |
GetRequest |
GetRequest.header(String name,
String value) |
GetRequest |
GetRequest.headers(Map<String,String> headers) |
GetRequest |
GetRequest.routeParam(String name,
String value) |
Copyright © 2015. All rights reserved.