diff options
Diffstat (limited to 'u/server/http/method.ts')
-rw-r--r-- | u/server/http/method.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/u/server/http/method.ts b/u/server/http/method.ts new file mode 100644 index 0000000..172d77a --- /dev/null +++ b/u/server/http/method.ts @@ -0,0 +1 @@ +export type HttpMethod = 'POST' | 'GET' | 'HEAD' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH'; |