|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| AbortableHttpRequest | Interface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection. |
| HttpUriRequest | Extended version of the HttpRequest interface that provides
convenience methods to access request properties such as request URI
and method type. |
| Class Summary | |
|---|---|
| HttpDelete | HTTP DELETE method |
| HttpEntityEnclosingRequestBase | Basic implementation of an entity enclosing HTTP request that can be modified |
| HttpGet | HTTP GET method. |
| HttpHead | HTTP HEAD method. |
| HttpOptions | HTTP OPTIONS method. |
| HttpPatch | HTTP PATCH method. |
| HttpPost | HTTP POST method. |
| HttpPut | HTTP PUT method. |
| HttpRequestBase | Basic implementation of an HTTP request that can be modified. |
| HttpTrace | HTTP TRACE method. |
Request implementations for the various HTTP methods like GET and POST.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||