-
Notifications
You must be signed in to change notification settings - Fork 11
HTTP Methods
Mahmoud A. Zaid edited this page Mar 12, 2019
·
1 revision
The set of common methods for HTTP/1.1 is defined below and this set can be expanded based on requirements. These method names are case sensitive and they must be used in uppercase.
- Used to retrieve information from the given server using a given URI.
- Used to send data to the server, for example, customer information, file upload.
- Replaces all the current representations of the target resource with the uploaded.
- Asks for a response identical to that of a GET request, but without the response.
- Removes all the current representations of the target resource given by URI.
- Establishes a tunnel to the server identified by a given URI.
- Describe the communication options for the target resource.
Mahmoud A. Zaid
- Introduction
- HTTP Methods
- HTTP Request
- API Parameters
- HTTP Response
- HTTP Status Code
- Methods Examples
- Idempotence