Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 6 of 6) sorted by relevance

/webrtc/examples/examples/signal/src/
H A Dlib.rs45 let mut not_found = Response::default(); in remote_handler() localVariable
46 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()
47 Ok(not_found) in remote_handler()
/webrtc/examples/examples/ice-restart/
H A Dice-restart.rs34 fn not_found() -> Response<Body> { in not_found() function
50 Ok(not_found()) in simple_file_send()
62 let mut not_found = Response::default(); in remote_handler() localVariable
63 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()
64 Ok(not_found) in remote_handler()
/webrtc/examples/examples/play-from-disk-renegotiation/
H A Dplay-from-disk-renegotiation.rs44 fn not_found() -> Response<Body> { in not_found() function
60 Ok(not_found()) in simple_file_send()
81 let mut not_found = Response::default(); in remote_handler() localVariable
82 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()
83 Ok(not_found) in remote_handler()
/webrtc/ice/examples/
H A Dping_pong.rs76 let mut not_found = Response::default(); in remote_handler() localVariable
77 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()
78 Ok(not_found) in remote_handler()
/webrtc/examples/examples/offer-answer/
H A Doffer.rs135 let mut not_found = Response::default(); in remote_handler() localVariable
136 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()
137 Ok(not_found) in remote_handler()
H A Danswer.rs177 let mut not_found = Response::default(); in remote_handler() localVariable
178 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()
179 Ok(not_found) in remote_handler()