Searched refs:not_found (Results 1 – 6 of 6) sorted by relevance
45 let mut not_found = Response::default(); in remote_handler() localVariable46 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()47 Ok(not_found) in remote_handler()
34 fn not_found() -> Response<Body> { in not_found() function50 Ok(not_found()) in simple_file_send()62 let mut not_found = Response::default(); in remote_handler() localVariable63 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()64 Ok(not_found) in remote_handler()
44 fn not_found() -> Response<Body> { in not_found() function60 Ok(not_found()) in simple_file_send()81 let mut not_found = Response::default(); in remote_handler() localVariable82 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()83 Ok(not_found) in remote_handler()
76 let mut not_found = Response::default(); in remote_handler() localVariable77 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()78 Ok(not_found) in remote_handler()
135 let mut not_found = Response::default(); in remote_handler() localVariable136 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()137 Ok(not_found) in remote_handler()
177 let mut not_found = Response::default(); in remote_handler() localVariable178 *not_found.status_mut() = StatusCode::NOT_FOUND; in remote_handler()179 Ok(not_found) in remote_handler()