public static interface CanGetCookiesCallback.Params
CanGetCookiesCallback
.Modifier and Type | Method and Description |
---|---|
default java.util.List<Cookie> |
cookies()
Returns an immutable list of cookies that are going to be sent with the URL request.
|
default java.lang.String |
url()
Returns a string that represents the URL of the request.
|
default java.lang.String url()
default java.util.List<Cookie> cookies()