Skip to main content

abort

Function abort 

Source
pub fn abort(status: u16, message: impl Into<String>) -> Value
Expand description

Abort the request with an HTTP status and message. Statuses outside 400..=599 are clamped to 400 by the host.