ONLY_PUT property

List<String> get ONLY_PUT

A list containing only the HTTP PUT method.

Implementation

static List<String> get ONLY_PUT => [PUT];