macro_rules! bad_request {
($($t:tt)*) => { ... };
}
Expand description
Error to indicate that the request is badly-constructed or nonsensical
macro_rules! bad_request {
($($t:tt)*) => { ... };
}
Error to indicate that the request is badly-constructed or nonsensical