@morojs/moro / HttpMethod
Type Alias: HttpMethod
HttpMethod =
"GET"
|"POST"
|"PUT"
|"DELETE"
|"PATCH"
|"HEAD"
|"OPTIONS"
Defined in: src/core/routing/index.ts:11
@morojs/moro / HttpMethod
HttpMethod =
"GET"
|"POST"
|"PUT"
|"DELETE"
|"PATCH"
|"HEAD"
|"OPTIONS"
Defined in: src/core/routing/index.ts:11