- 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
-
In the picture, just look at their condition.. no place to sleep, still they have made some space for the cat & the dog... water por...
-
A Communications Model Source generates data to be transmitted Transmitter Converts data into transmittable signals Transmission S...
-
Design patterns are recurring solutions to software design problems you find again and again in real-world application development. Patterns...
-
I hope you enjoyed photos for those hours spent to take one perfect photo.
-
One of the most important benefits of using managed applications is the use of the garbage collector (GC). The role of CLR does not end afte...