testserver 0.1.1

Static HTTP webserver that stores resources as strings
Documentation
1
2
3
4
5
6
7
8
9
10
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.