Package | Description |
---|---|
org.apache.http.client.methods |
Standard HTTP method implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpDelete
HTTP DELETE method
|
class |
HttpEntityEnclosingRequestBase
Basic implementation of an entity enclosing HTTP request
that can be modified
|
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–2022 The Apache Software Foundation. All rights reserved.