The HTTP specification defines several standard methods which are used to operate on a resource. The most commonly used operations are listed in the table below.
HTTP Method | Description |
---|---|
GET | Finds and returns the specified resource. |
PUT | Creates a resource. |
DELETE | Deletes an existing resource. |
HEAD | Requests using HEAD only return data included in headers for the specified resource. |
Also see Supported HTTP headers for information about request headers supported by LAC.