Searched refs:http_method_name (Results 1 – 3 of 3) sorted by relevance
5 use super::http::define::http_method_name;51 http_method_name::POST => { in run()56 http_method_name::OPTIONS => {} in run()57 http_method_name::PATCH => {} in run()58 http_method_name::DELETE => {} in run()
1 pub mod http_method_name { module
21 use super::http::define::http_method_name;107 if request_method == http_method_name::GET { in run()140 http_method_name::POST => { in run()179 http_method_name::OPTIONS => {} in run()180 http_method_name::PATCH => {} in run()181 http_method_name::DELETE => { in run()