Explain the following request verbs with a short sentence
GET: retrieve data/resources from the server
HEAD: Identical to GET, but without a response body
POST: create a new resource on the server
PUT: Updates an existing resource
DELETE: Remove a resource from the server
CONNECT: Establishes a tunnel to the server
OPTIONS: Requests the server to describe communication options
TRACE: Loop-back test of the path to the target resource
PATCH: Apply partial modifications to a resource