limiter 0.3.2

Request size limiting for the Iron framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "limiter"
version = "0.3.2"
authors = ["Garrett Squire <garrettsquire@gmail.com>"]
description = "Request size limiting for the Iron framework"
repository = "https://github.com/gsquire/limiter"
documentation = "https://docs.rs/limiter"
keywords = ["iron", "http", "hyper"]
license = "MIT"

[dependencies]
iron = "0.5"
url = "1.2"