GET_POST property

List<String> get GET_POST

A list of commonly used HTTP methods for request submissions.

Includes: POST, GET.

Implementation

static List<String> get GET_POST => [
      POST,
      GET,
    ];