public interface HttpRequest
| Modifier and Type | Method and Description |
|---|---|
HttpRequestBody |
body() |
Charset |
charset() |
EoHttpConfig |
config() |
Set<HttpHeader> |
headers() |
HttpMethod |
method() |
HttpProxy |
proxy() |
String |
url() |
HttpVersion |
version() |
HttpVersion version()
String url()
HttpMethod method()
Set<HttpHeader> headers()
HttpRequestBody body()
EoHttpConfig config()
Charset charset()
HttpProxy proxy()
Copyright © 2019. All rights reserved.