Package org.apache.hc.client5.http.classic.methods
package org.apache.hc.client5.http.classic.methods
Common HTTP methods and message handlers for the classic I/O model.
-
ClassDescriptionDeprecated.HTTP DELETE method.HTTP GET method.HTTP HEAD method.HTTP OPTIONS method.HTTP PATCH method.HTTP POST method.HTTP PUT method.HTTP TRACE method.Extended version of the
ClassicHttpRequest
interface that provides convenience methods to access request properties such as request URI and method type.
ClassicRequestBuilder