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