ONLY_GET property

List<String> get ONLY_GET

A list containing only the HTTP GET method.

Implementation

static List<String> get ONLY_GET => [GET];