ONLY_POST property

List<String> get ONLY_POST

A list containing only the HTTP POST method.

Implementation

static List<String> get ONLY_POST => [POST];