summaryrefslogtreecommitdiff
path: root/src/http/code.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/code.rs')
-rw-r--r--src/http/code.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/http/code.rs b/src/http/code.rs
deleted file mode 100644
index ba47282..0000000
--- a/src/http/code.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-#[derive(Debug, Clone)]
-#[allow(dead_code)]
-pub enum Code {
- Success = 200,
- MethodNotAllowed = 405,
- TooManyRequests = 429,
- InternalServerError = 500,
-}