- 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.