Skip to content

http method

Nathanaël Cherrier (CI) edited this page Aug 26, 2019 · 1 revision

HttpMethod (enum)

enum HttpMethod {
  GET = 'get',
  POST = 'post',
  PUT = 'put',
  PATCH = 'patch',
  DELETE = 'delete',
  OPTIONS = 'options',
}

Description

Represent HTTP methods (verbs) supported by Yabf.

Clone this wiki locally