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.
macro_rules! http_unwrap_or_404 {
($expression:expr, $msg:expr) => { ... };
}Unwraps an Option. If it is None, returns an HTTP 404 Not Found response immediately.