diff options
Diffstat (limited to 'src/std/http.gleam')
-rw-r--r-- | src/std/http.gleam | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/std/http.gleam b/src/std/http.gleam deleted file mode 100644 index d9942a8..0000000 --- a/src/std/http.gleam +++ /dev/null @@ -1,13 +0,0 @@ -// HTTP standard method as defined by RFC 2616, and PATCH which is defined by -// RFC 5789. -// -pub enum Method = - | Get - | Post - | Head - | Put - | Delete - | Trace - | Connect - | Options - | Patch |