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