Home
last modified time | relevance | path

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

/xiu/protocol/httpflv/src/
H A Dserver.rs15 static NOTFOUND: &[u8] = b"Not Found"; constant
58 .body(NOTFOUND.into()) in handle_connection()
/xiu/protocol/hls/src/
H A Dserver.rs12 static NOTFOUND: &[u8] = b"Not Found"; constant
56 .body(NOTFOUND.into()) in not_found()