diff options
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 a0b2e17..814c93b 100644 --- a/spider/src/http_method.rs +++ b/spider/src/http_method.rs @@ -1,5 +1,6 @@ use std::fmt; +#[derive(PartialEq)] pub enum HttpMethod { GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH } |