Package org.readium.r2.shared.util.http
See: Description
-
Interface Summary Interface Description Callback Callbacks allowing to override some behavior of the DefaultHttpClient. HttpClient An HTTP client performs HTTP requests. -
Class Summary Class Description DefaultHttpClient An implementation of HttpClient using the native HttpURLConnection. HttpStreamResponse HttpFetchResponse HttpResponse Represents a successful HTTP response received from a server. HttpException Represents an error occurring during an HTTP activity. HttpHeaders Helper to parse HTTP request/response headers. HttpRange HTTP content range. Bytes File Body Supported body values. Builder HttpRequest Holds the information about an HTTP request performed by an HttpClient. ProblemDetails Problem Details for HTTP APIs. HttpClientKt