summaryrefslogtreecommitdiff
path: root/spider/src/http_method.rs
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-02-14 14:38:03 +0400
committerAndrew <saintruler@gmail.com>2021-02-14 14:38:03 +0400
commitad92fb3dc6a3350b7b8952be40c5c3a7aa543892 (patch)
tree24a11fc60e0922aa93ac2dfdece99b2e8dc36a10 /spider/src/http_method.rs
parent053534d753439fcf47168f3515a03478d384be87 (diff)
Added more TODOs
Diffstat (limited to 'spider/src/http_method.rs')
-rw-r--r--spider/src/http_method.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/spider/src/http_method.rs b/spider/src/http_method.rs
index b1cc884..e308983 100644
--- a/spider/src/http_method.rs
+++ b/spider/src/http_method.rs
@@ -1,5 +1,6 @@
use std::fmt;
+// TODO(andrew): add rest of the methods.
pub enum HttpMethod {
GET, POST
}