ALL constant
A list of all HTTP methods supported by this class.
Includes: GET, POST, PUT, HEAD, DELETE, INSERT, CONNECT, OPTIONS, TRACE, PATCH.
Implementation
static const List<String> ALL = [
GET,
POST,
PUT,
HEAD,
DELETE,
INSERT,
CONNECT,
OPTIONS,
TRACE,
PATCH,
];