From 9970036d203ba2d0a46b35ba6fad21d49441cdd4 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 27 Jul 2025 17:03:10 -0700 Subject: hai --- lib/server/http/method.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/server/http/method.ts (limited to 'lib/server/http/method.ts') diff --git a/lib/server/http/method.ts b/lib/server/http/method.ts new file mode 100644 index 0000000..172d77a --- /dev/null +++ b/lib/server/http/method.ts @@ -0,0 +1 @@ +export type HttpMethod = 'POST' | 'GET' | 'HEAD' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH'; -- cgit v1.2.3-70-g09d2