There was an error while loading. Please reload this page.
enum HttpMethod { GET = 'get', POST = 'post', PUT = 'put', PATCH = 'patch', DELETE = 'delete', OPTIONS = 'options', }
Represent HTTP methods (verbs) supported by Yabf.