| Modifier and Type | Method and Description |
|---|---|
Http |
Http.basicAuth(String username,
String password) |
Http |
Http.bearerAuth(String token) |
Http |
Http.cookie(String name,
String value) |
Http |
Http.cookie(String domain,
String name,
String value) |
Http |
Http.data(String data,
org.apache.http.entity.ContentType contentType) |
static Http |
Http.delete(String url) |
Http |
Http.disableRedirect() |
static Http |
Http.get(String url) |
Http |
Http.header(String name,
String value) |
static Http |
Http.post(String url) |
Http |
Http.preemptiveAuth() |
static Http |
Http.put(String url) |
Http |
Http.trustAll() |
Http |
Http.trustStore(Path trustStorePath,
String trustStorePassword) |
Http |
Http.trustStore(Path trustStorePath,
String trustStorePassword,
HostnameVerifier verifier) |
Copyright © 2022. All rights reserved.