tinyhttp-0.2.6 has been yanked.
HTTP SERVER
This repo contains none of the internal code due to the procedural macro crate depending on data types on the internal crate.
All internal code is now HERE
Speedy HTTP server built purely in Rust. Comes with built-in GZIP compression and HTTPS support.
Uses procedural macros for easy API building.
Example 1:
use TcpListener;
use *;