public abstract class HttpRequest<T extends HttpRequest<T>> extends Object
| Constructor and Description |
|---|
HttpRequest() |
| Modifier and Type | Method and Description |
|---|---|
T |
header(String key,
String value) |
protected Map<String,String> |
headers() |
abstract HttpResponse |
send() |
T |
to(URI uri) |
T |
to(URIBuilder uriBuilder) |
protected URI |
uri() |
Copyright © 2015. All rights reserved.