From 0d873d478afec1ff64186fbfca900170d7ff7152 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 7 May 2015 11:09:32 -0400 Subject: [PATCH] Add tiny-http --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed7ee0c..89264bc 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) * [Nickel](http://nickel.rs/) — inspired by [Express](http://expressjs.com/) [](https://travis-ci.org/nickel-org/nickel.rs) * [Ogeon/rustful](https://github.com/Ogeon/rustful) — a RESTful web framework for Rust [](https://travis-ci.org/Ogeon/rustful) * [Rustless](http://rustless.org/) — a REST-like API micro-framework inspired by [Grape](https://github.com/intridea/grape) and [Hyper](https://github.com/hyperium/hyper) [](https://travis-ci.org/rustless/rustless) + * [tiny-http](https://github.com/frewsxcv/tiny-http) — Low level HTTP server library [](https://travis-ci.org/frewsxcv/tiny-http) ## Resources