0
HTTP Methods
In the web world there are many methods used by HTTP. Following are the main methods for HTTP/1.1 specification. Every methods implemented for a specific reason. Every method have pros and cons as well. we can catercorised these methods into two divisions ass follows
1. Safe methods - GET, HEAD
2. Idempotent Methods- DELETE, GET, PUT, HEAD, OPTION TRACE
Methods
1. Safe methods - GET, HEAD
2. Idempotent Methods- DELETE, GET, PUT, HEAD, OPTION TRACE
Methods
- GET
- POST
- HEAD
- PUT
- DELETE
- TRACE
- CONNECT
- OPTION
Post a Comment