You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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. Requests using GET should only return data.
PUTCreates a resource.
DELETEDeletes an existing resource.
HEADReturns the specified resource. Requests using HEAD only return data included in headers.

Also see Supported HTTP headers for information about request headers supported by LAC.

  • No labels