ONLY_GET constant

List<String> const ONLY_GET

A list containing only the HTTP GET method.

Implementation

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