- HTTP is the Protocol for WWW.
- HTTP is a stateless protocol.
- HTTP provides 04 methods to interact with a web resource.
- Get
- (Call to get a resource, Cacheable, Idempotent)
- Put
- (Call to Update a resource if exists. Create otherwise, Idempotent)
- Post
- (Specification not provided)
- Delete
- (Call to Delete a resource, Idempotent)
A blog about Latest Technology News, Technology Videos, Computer Tips, Web Programming, Technology Events, SEO and further IT topics.
Friday, October 22, 2010
More About HTTP
Popular Posts
-
Internet : a physical network connecting millions of computers using the same protocols for sharing/transmitting information (TCP/IP) in rea...
-
HTTP is the Protocol for WWW. HTTP is a stateless protocol. HTTP provides 04 methods to interact with a web resource. Get (Call to get ...
-
In addition to the title element, the head may also contain: base it defines base URLs for resources or links on the page, & target w...
-
The idea of hypertext (cross-linked and inter-linked documents) traces back to Vannevar Bush in the 1940's online hypertext systems beg...
-
Most URL’s (Uniform Resource Locator) have the form: protocol://serverName URI e.g., http://www.csc.liv.ac.uk...