HTTP Request Methods
HTTP methods define actions that can be performed on resources. POST, GET, PUT and DELETE defines the CRUD operation of the resource. HEAD, CONNECT, OPTION, TRACE and PATCH define other important actions defined in HTTP.
POST: The POST method creates...
javasystemdesign.hashnode.dev4 min read