Type Alias: HttpMethod
@arolariu/website / instrumentation.server / HttpMethod
Type Alias: HttpMethod
HttpMethod =
"GET"|"POST"|"PUT"|"PATCH"|"DELETE"|"HEAD"|"OPTIONS"
Defined in: instrumentation.server.ts:82
HTTP methods supported by the application.
// was this page useful?