We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enum HttpMethod { GET = 'get', POST = 'post', PUT = 'put', PATCH = 'patch', DELETE = 'delete', OPTIONS = 'options', }
Represent HTTP methods (verbs) supported by Yabf.