Skip to main content

http_unwrap_or_404

Macro http_unwrap_or_404 

Source
macro_rules! http_unwrap_or_404 {
    ($expression:expr, $msg:expr) => { ... };
}
Expand description

Unwraps an Option. If it is None, returns an HTTP 404 Not Found response immediately.