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

Compare with Current View Page History

Version 1 Next »

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 and should have no other effect.
PUTUpdates and returns an existing resource.
DELETEDeletes an existing resource.

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

  • No labels