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