Package | Description |
---|---|
org.apache.hc.client5.http.classic.methods |
Common HTTP methods and message handlers for the classic I/O model.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpDelete
HTTP DELETE method.
|
class |
HttpGet
HTTP GET method.
|
class |
HttpHead
HTTP HEAD method.
|
class |
HttpOptions
HTTP OPTIONS method.
|
class |
HttpPatch
HTTP PATCH method.
|
class |
HttpPost
HTTP POST method.
|
class |
HttpPut
HTTP PUT method.
|
class |
HttpTrace
HTTP TRACE method.
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.