http-api-problem 0.2.2

A library to create HTTP error response content for APIs based on RFC 7807
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "http-api-problem"
version = "0.2.2"
authors = ["Christian Douven <chridou@users.noreply.github.com>"]
description = "A library to create HTTP error response content for APIs based on RFC 7807"
repository = "https://github.com/chridou/http-api-problem"
homepage = "https://github.com/chridou/http-api-problem"
documentation = "https://docs.rs/http-api-problem"
readme = "README.MD"
keywords = ["http", "api", "json", "error", "7807"]
categories = ["web-programming"]
license = "Apache-2.0/MIT"

[dependencies]
serde = "1.0"
serde_derive = "1.0"
iron = { version = "0.6", optional = true }