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

Popular posts from this blog

Advantages and Disadvantages of Monolithic Architecture

Monolithic Architecture

Eclipse debugging