| Interface | Description |
|---|---|
| HttpStack |
An HTTP stack abstraction.
|
| HurlStack.UrlRewriter |
An interface for transforming URLs before use.
|
| Class | Description |
|---|---|
| HttpClientStack |
An HttpStack that performs request over an
HttpClient. |
| HttpClientStack.HttpPatch |
The HttpPatch class does not exist in the Android framework, so this has been defined here.
|
| HurlStack |
An
HttpStack based on HttpURLConnection. |