Package-level declarations
Types
An implementation of HttpClient using the native HttpURLConnection.
An HTTP client performs HTTP requests.
Fetches remote resources through HTTP.
Represents an error occurring during an HTTP activity.
Helper to parse HTTP request/response headers.
Holds the information about an HTTP request performed by an HttpClient.
Provides access to an external URL through HTTP.
Creates HttpResource instances granting access to http:// URLs using an HttpClient.
Represents a successful HTTP response received from a server.
Status code of an HTTP response.
HTTP response with streamable content.
Problem Details for HTTP APIs.
Functions
Fetches the resource from the given request.
Fetches the resource from the given request as a JSONObject.
Performs a HEAD request to retrieve only the response headers.