explanation of http code example
Example 1: http and how it works
HTTP is a connectionless text based protocol.
Example 2: what are http methods
Get : enables you to retrieve data from server
Post: enables you to add data to an existing
file or resource in a server
Put: lets you replace an existing file or resource
in a server
Delete: lets you delete data from server
Patch:For partial update