| Interface | Description |
|---|---|
| Http.BodyHandler<T> | |
| Http.RequestBody | |
| Http.ResponseHandler<T> |
| Class | Description |
|---|---|
| AsyncHttp | |
| AsyncPaginatedQuery<T> |
An object that encapsulates parameters of a REST query with a paginated response
|
| Http |
Http
Support class for HTTP REST operations supporting
host fallback in the case of host unavalilability
and authentication.
|
| Http.ByteArrayRequestBody | |
| Http.JSONRequestBody | |
| HttpUtils |
HttpUtils: utility methods for Http operations
Internal
|
| PaginatedQuery<T> |
An object that encapsulates parameters of a REST query with a paginated response
|
| TokenAuth |
TokenAuth
Implements the bearer-token authentication scheme used for Ably.
|