| Interface | Description |
|---|---|
| RequestCallback<T_Response> |
RequestCallback defines a callback interface for requests. |
| RequestDelegate<T_Response> |
RequestDelegate defines an interface that can be used to execute a request. |
| Class | Description |
|---|---|
| HttpHeaders | |
| HttpParams |
| Enum | Description |
|---|---|
| HeaderRequestField | |
| HeaderResponseField | |
| HttpMethod |
HttpMethod defines an enumerated type for representing HTTP methods. |
| Exception | Description |
|---|---|
| RequestError |
RequestError extends Exception to implement an object that can be used to store
information about errors. |