Home
last modified time | relevance | path

Searched refs:http_method_name (Results 1 – 3 of 3) sorted by relevance

/xiu/protocol/webrtc/src/
H A Dwebrtc.rs5 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()
/xiu/protocol/webrtc/src/http/
H A Ddefine.rs1 pub mod http_method_name { module
/xiu/protocol/webrtc/src/session/
H A Dmod.rs21 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()