DoxigAlpha

Fields of this type

Fields

#
GET:GET
HEAD:HEAD
POST:POST
PUT:PUT
DELETE:DELETE
CONNECT:CONNECT
OPTIONS:OPTIONS
TRACE:TRACE
PATCH:PATCH

Returns true if a request of this method is allowed to have a body

Functions

#
requestHasBody
Returns true if a request of this method is allowed to have a body
responseHasBody
Returns true if a response to this method is allowed to have a body
safe
An HTTP method is safe if it doesn't alter the state of the server.
idempotent
An HTTP method is idempotent if an identical request can be made once
cacheable
A cacheable response can be stored to be retrieved and used later,