loco-rs 1.1.0

The one-person framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
---
source: tests/controller/middlewares.rs
expression: "(res.status().to_string(), res.text().await)"
---
(
    "500 Internal Server Error",
    Ok(
        "{\"error\":\"internal_server_error\",\"description\":\"Internal Server Error\"}",
    ),
)