Pickles Framework Documentation

HttpMethod : string
in package

Enum HttpMethod

Represents the supported HTTP methods used in routing and requests. Matches standard HTTP verbs used in RESTful APIs.

Table of Contents

Cases

DELETE  = "DELETE"
GET  = "GET"
PATCH  = "PATCH"
POST  = "POST"
PUT  = "PUT"

Cases


        
On this page

Search results