Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 5 of 5) sorted by relevance

/xiu/protocol/webrtc/src/clients/
H A Dwhep.js67 const headers = { variable
79 headers field
166 headers field
338 const headers = { variable
350 headers field
377 const headers = { variable
389 headers field
398 const headers = { variable
410 headers field
429 headers field
[all …]
/xiu/protocol/rtsp/src/http/
H A Dmod.rs15 pub headers: IndexMap<String, String>, field
21 self.headers.get(header_name) in get_header()
69 rtsp_request.headers.insert(name, value); in unmarshal()
89 for (header_name, header_value) in &self.headers { in marshal()
110 pub headers: IndexMap<String, String>, field
141 rtsp_response.headers.insert(name, value); in unmarshal()
164 for (header_name, header_value) in &self.headers { in marshal()
191 let mut headers = IndexMap::new(); in read_headers() localVariable
200 headers.insert(name, value); in read_headers()
206 Some(headers) in read_headers()
/xiu/protocol/webrtc/src/http/
H A Dmod.rs31 pub headers: IndexMap<String, String>, field
37 self.headers.get(header_name) in get_header()
105 http_request.headers.insert(name, value); in unmarshal()
135 for (header_name, header_value) in &self.headers { in marshal()
158 pub headers: IndexMap<String, String>, field
189 http_response.headers.insert(name, value); in unmarshal()
213 for (header_name, header_value) in &self.headers { in marshal()
244 let mut headers = IndexMap::new(); in read_headers() localVariable
253 headers.insert(name, value); in read_headers()
259 Some(headers) in read_headers()
/xiu/protocol/rtsp/src/session/
H A Dmod.rs221 response.headers.insert("Public".to_string(), public_str); in handle_options()
260 .headers in handle_describe()
396 .headers in handle_setup()
399 .headers in handle_setup()
545 if let Some(range_str) = rtsp_request.headers.get(&String::from("Range")) { in handle_record()
550 .headers in handle_record()
553 .headers in handle_record()
652 if let Some(cseq) = rtsp_request.headers.get("CSeq") { in gen_response()
654 .headers in gen_response()
/xiu/protocol/webrtc/src/session/
H A Dmod.rs281 .headers in publish_whip()
283 response.headers.insert("Location".to_string(), path); in publish_whip()
395 .headers in subscribe_whep()
397 response.headers.insert("Location".to_string(), path); in subscribe_whep()
495 .headers in gen_file_response()