Types of HttpRequest methods
1. GET
2. POST
3. HEAD
4. PUT
5. DELETE
6. OPTIONS
7. TRACE
GET, POST, HEAD are introduced in http protocol version 1.0v
PUT, DELETE, OPTIONS, TRACE are introduced in http protocol version 1.0v
GET and POST are used in web applications.
Comments
Post a Comment