ONLY_DELETE constant

List<String> const ONLY_DELETE

A list containing only the HTTP DELETE method.

Implementation

static const List<String> ONLY_DELETE = [DELETE];