http-error 0.1.0

Error trait to help convert errors to http error responses
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "http-error"
version = "0.1.0"
edition = "2021"
authors = ["Markus Ast <m@rkusa.st>"]
license = "MIT OR Apache-2.0"
description = "Error trait to help convert errors to http error responses"
repository = "https://github.com/rkusa/http-error"

[dependencies]
http = "0.2"