what is the use of HTTP code example
Example 1: what does http stand for
Hyper-text Transfer 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