Searched refs:GET (Results 1 – 2 of 2) sorted by relevance
| /xiu/protocol/webrtc/src/http/ | ||
| H A D | define.rs | 6 pub const GET: &str = "GET"; constant |
| /xiu/protocol/webrtc/src/session/ | ||
| H A D | mod.rs | 107 if request_method == http_method_name::GET { in run() |