tiny_http 0.2.1

Low level HTTP server library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "tiny_http"
version = "0.2.1"
authors = ["pierre.krieger1708@gmail.com",
           "Corey Farwell <coreyf@rwell.org>"]
description = "Low level HTTP server library"
documentation = "https://frewsxcv.github.io/tiny-http/tiny_http/index.html"
keywords = ["http", "server", "web"]
license = "Apache-2.0"
repository = "https://github.com/frewsxcv/tiny-http"

[dependencies]
ascii = "0.5"
chunked_transfer = "0.3"
encoding = "0.2"
rustc-serialize = "0.3"
url = "0.2"