ONLY_DELETE property

List<String> get ONLY_DELETE

A list containing only the HTTP DELETE method.

Implementation

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