Uses of Class
org.apache.http.client.methods.HttpRequestBase
| Package | Description |
|---|---|
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
-
Uses of HttpRequestBase in org.apache.http.client.methods
Subclasses of HttpRequestBase in org.apache.http.client.methods Modifier and Type Class Description classHttpDeleteHTTP DELETE methodclassHttpEntityEnclosingRequestBaseBasic implementation of an HTTP request that can be modified.classHttpGetHTTP GET method.classHttpHeadHTTP HEAD method.classHttpOptionsHTTP OPTIONS method.classHttpPostHTTP POST method.classHttpPutHTTP PUT method.classHttpTraceHTTP TRACE method.