-
url
String url
-
method
String method
-
requestBody
HttpRequestBody requestBody
-
extras
Map<K,V> extras
Store additional information in extras.
-
cookies
Map<K,V> cookies
cookies for current url, if not set use Site's cookies
-
headers
Map<K,V> headers
-
priority
long priority
Priority of the request.
The bigger will be processed earlier.
- See Also:
PriorityScheduler
-
binaryContent
boolean binaryContent
When it is set to TRUE, the downloader will not try to parse response body to text.
-
charset
String charset