diff options
| author | Andrew <saintruler@gmail.com> | 2021-02-14 14:38:03 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-02-14 14:38:03 +0400 |
| commit | ad92fb3dc6a3350b7b8952be40c5c3a7aa543892 (patch) | |
| tree | 24a11fc60e0922aa93ac2dfdece99b2e8dc36a10 /spider/src/http_method.rs | |
| parent | 053534d753439fcf47168f3515a03478d384be87 (diff) | |
Added more TODOs
Diffstat (limited to 'spider/src/http_method.rs')
| -rw-r--r-- | spider/src/http_method.rs | 1 |
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 } |