A list of commonly used HTTP methods for request submissions.
Includes: POST, GET.
static const List<String> GET_POST = [POST, GET];