pub fn bad_request(message: String) -> Response
pub fn conflict(message: String) -> Response
pub fn forbidden(message: String) -> Response
pub fn html(content: String) -> Response
pub fn internal_error(message: String) -> Response
pub fn method_not_allowed(allow: List(String)) -> Response
pub fn ok_text(body: String) -> Response
pub fn redirect(url: String, status: Int) -> Response
pub fn set_header(
response: Response,
name: String,
value: String,
) -> Response
pub fn text(content: String) -> Response
pub fn unauthorized(message: String) -> Response