POST submits data to the specified resource, often causing a change on the server. GET retrieves a resource from the server. DELETE deletes a specified resource. PUT replaces a specified resource. Use get(), post(),delete(), and similar methods to c...
abhayanandblog.hashnode.dev1 min read
No responses yet.