All endpoints support GET, HEAD, and OPTIONS requests unless otherwise specified.
- GET: responds with a representation of the resource identified by the specified Url in the entity body. By default the resource
is represented by a microformatted Xhtml document.
- HEAD: responds with the HTTP headers describing the resource located at the specified Url without responding with an
entity body.
- OPTIONS: responds with a comma delimited list of the Http methods supported by the endpoint at the specified Url. This
list is supplied in both the Allow: header and in the entity body of the response.