- 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.
Showing posts with label methods. Show all posts
Showing posts with label methods. Show all posts
Friday, October 22, 2010
More About HTTP
Subscribe to:
Posts (Atom)
Popular Posts
-
A Communications Model Source generates data to be transmitted Transmitter Converts data into transmittable signals Transmission S...