Package-level declarations
Types
Encapsulates a parsed HTTP URL.
- See Also:
Encapsulates a map of HTTP cookies.
An exception thrown if HttpRequest.send cannot be completed due to a network error,
or when one of the HTTP functions is used in an inappropriate manner or with invalid parameters.
Abstract base class for HTTP handlers, which can override the functions of {@link com.sap.cloud.mobile.kotlin.odata.http.HttpRequest} that perform network activity.
HTTP handler types.
- See Also:
-
{@link com.sap.cloud.mobile.kotlin.odata.http.HttpHandler#type HttpHandler.type}.
Constants for standard and extended HTTP header names.
Encapsulates a map of HTTP headers, allowing case-insensitive lookup.
Constants for HTTP methods.
A cross-platform HTTP API modeled after XMLHttpRequest. Supports streaming of request and response content.
Constants for HTTP status code.
Constants for HTTP status text.
Constants and functions for HTTP version numbers/strings.
A list of item type {@link com.sap.cloud.mobile.kotlin.odata.http.MimePart}.
Stream for parsing MIME multipart/mixed messages.
- See Also:
Stream for writing MIME multipart/mixed messages.
- See Also: