aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-error/src/http.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-error: New ErrorKind for rejected documents.Nick Mathewson2026-05-121-1/+3
|
* error: Improve http error status code docs.Nick Mathewson2025-11-191-0/+10
|
* tor-error: rustfmtNick Mathewson2025-11-181-63/+64
|
* tor-error: Provide a more reasonable API for http status codes.Nick Mathewson2025-11-181-5/+8
|
* tor-error: Add support for ErrorKind->HTTP status conversionNick Mathewson2025-11-181-0/+75
It makes more sense to have the conversion here, so it can use an exhaustive match over ErrorKind. This isn't the final API; I'm just moving the code from `arti`.