Sunday, September 15, 2013

Request passing by Http protocol


There are 8 types of request passing by the http protocol.

Http protocol is used to request content from the server. Http protocol support following types of request.

1.    Get
2.    Post
Note: Get and Post are used to request  contents from the server.

3.    Put
4.    Delete
5.    Haed
6.    Trace
7.    Options
8.    Connect
Note:  These are used for connection setup and management.

No comments:

Post a Comment