Home
last modified time | relevance | path

Searched refs:GET (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/webrtc/src/http/
H A Ddefine.rs6 pub const GET: &str = "GET"; constant
/xiu/protocol/webrtc/src/session/
H A Dmod.rs107 if request_method == http_method_name::GET { in run()