ONLY_INSERT constant

List<String> const ONLY_INSERT

A list containing only the HTTP INSERT method.

Implementation

static const List<String> ONLY_INSERT = [INSERT];