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 MethodDescription
GETFinds and returns the specified resource.
PUTCreates a resource.
DELETEDeletes an existing resource.
HEADRequests 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.

  • No labels