HTTPVerb public enum HTTPVerb HTTPVerb enumeration. Documentation DELETE = 3 Delete GET = 0 Get PATCH = 4 Patch POST = 1 Post PUT = 2 Put