From e55392d890afd33a8a9dab4add008ee1f56d2933 Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 20 Jan 2024 02:24:38 +0100 Subject: [PATCH] remove connect and trace method --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 57fe741..105ed93 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,6 @@ Key | Type | Default Value ### Supported Methods - `router.any(url, [...handlers])` -- `router.connect(url, [...handlers])` - `router.delete(url, [...handlers])` - `router.get(url, [...handlers])` - `router.head(url, [...handlers])` @@ -248,7 +247,6 @@ Key | Type | Default Value - `router.patch(url, [...handlers])` - `router.post(url, [...handlers])` - `router.put(url, [...handlers])` -- `router.trace(url, [...handlers])` #### `url` (string) @@ -410,4 +408,4 @@ export default { return router.handle(request, env, ctx) } } -``` +``` \ No newline at end of file