Home
last modified time | relevance | path

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

/xiu/protocol/webrtc/src/http/
H A Dmod.rs27 pub path_parameters: Option<String>, field
84 http_request.path_parameters = Some(pars); in unmarshal()
129 let full_path = if let Some(parameters) = &self.path_parameters { in marshal()
/xiu/protocol/webrtc/src/session/
H A Dmod.rs153 http_request.path_parameters.as_ref().unwrap(), in run()
202 http_request.path_parameters.as_ref().unwrap() in run()