Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/http/
H A Dmod.rs20 pub fn get_header(&self, header_name: &String) -> Option<&String> { in get_header() method
/xiu/protocol/webrtc/src/http/
H A Dmod.rs36 pub fn get_header(&self, header_name: &String) -> Option<&String> { in get_header() method
/xiu/protocol/rtsp/src/session/
H A Dmod.rs335 if let Some(transport_data) = rtsp_request.get_header(&"Transport".to_string()) { in handle_setup()