ResourceRequest

Encapsulates request for a resource. Provided as a parameter to shouldInterceptRequest.

Properties

Link copied to clipboard
The URL for which the resource request was made.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Checks equality based on the request URL.
Link copied to clipboard
open fun hashCode(): Int
Returns a hash code based on the request URL.
Link copied to clipboard
open fun toString(): String
Returns a string representation of this resource request including the URL.