Uses of Class
org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-
Packages that use HttpUriRequestBase Package Description org.apache.hc.client5.http.classic.methods Common HTTP methods and message handlers for the classic I/O model. -
-
Uses of HttpUriRequestBase in org.apache.hc.client5.http.classic.methods
Subclasses of HttpUriRequestBase in org.apache.hc.client5.http.classic.methods Modifier and Type Class Description classHttpDeleteHTTP DELETE method.classHttpGetHTTP GET method.classHttpHeadHTTP HEAD method.classHttpOptionsHTTP OPTIONS method.classHttpPatchHTTP PATCH method.classHttpPostHTTP POST method.classHttpPutHTTP PUT method.classHttpTraceHTTP TRACE method.
-