summaryrefslogtreecommitdiff
path: root/src/empty.rs
Commit message (Collapse)AuthorAge
* Group Rust imports by crate.Owen Jacobson2025-08-25
| | | | | | I've been doing this by hand anyways, and this makes it a _ton_ less tedious to maintain. I think it looks nice. This does, however, require nightly - for formatting only.
* Define a canonical "empty" response.Owen Jacobson2025-08-24
This is a bit tidier and easier to assert on than returning a bare HTTP status code, but is otherwise interchangeable with it.