testserver 0.1.3

Static HTTP webserver that stores resources as strings
Documentation

Testserver

A static HTTP server. Takes a specially-crafted &'static str and serves it on a random port on 127.74.137.226.

Examples

Take a look at src/bin/testserver-demo.rs for an example.