Package com.oorian.apis
package com.oorian.apis
-
ClassDescriptionAbstract base class for making HTTP requests to external APIs.An HTTP DELETE request.Represents a file to be included in a multipart HTTP request.An HTTP GET request.Exception thrown when an HTTP request fails due to a network error, timeout, or non-successful response status code.A multipart HTTP POST request for sending form data and file uploads.A multipart HTTP PUT request for sending form data and file uploads.Abstract base class for multipart HTTP requests that support form parameters and file uploads.An HTTP PUT request without a request body.An HTTP POST request that sends raw string data in the request body.An HTTP PUT request that sends raw string data in the request body.Abstract base class for HTTP requests that send raw string data in the request body.Represents a name-value pair for an HTTP request header.Represents a name-value pair for an HTTP request parameter, with URL encoding support.An HTTP POST request with URL-encoded form parameters.An HTTP PUT request with URL-encoded form parameters.Abstract base class for HTTP requests with URL-encoded form parameters.Abstract base class providing utility methods for making simple HTTP API calls using
HttpURLConnection.