| Modifier and Type | Class and Description |
|---|---|
static class |
Request
|
| Modifier and Type | Method and Description |
|---|---|
RequestBody |
body()
|
CacheControl |
cacheControl()
Returns the cache control directives for this response.
|
String |
header(String
|
Headers |
headers()
|
List |
headers(String
|
boolean |
isHttps()
|
String |
method()
|
Request |
newBuilder()
|
Object |
tag()
|
String |
toString()
|
HttpUrl |
url()
|
public HttpUrlurl()
public Stringmethod()
public Headersheaders()
public RequestBodybody()
public Objecttag()
public Request.Builder newBuilder()
public CacheControlcacheControl()
Cache-Control header.
public boolean isHttps()
public StringtoString()