DELETE.
Used for....delete..duh.
GET
Used for reads
HEAD
Used for metadata.
OPTIONS
Used to retrieve the available methods and accessors for a single api. Normally used by the browser.
PATCH.
Used for updates but only partials of objects.
POST
Use for create.
PUT
Used for updates and can combine creates.
Represents an available method for an http invocation.