Crates.io | testserver |
lib.rs | testserver |
version | 0.1.3 |
source | src |
created_at | 2021-06-12 22:26:09.03394 |
updated_at | 2021-06-13 16:44:24.786088 |
description | Static HTTP webserver that stores resources as strings |
homepage | https://ganarchy.autistic.space/project/370aa8f9140476dd39d26831494b2de737edb359/ |
repository | https://soniex2.autistic.space/git-repos/testserver-rs.git |
max_upload_size | |
id | 409441 |
size | 52,551 |
A static HTTP server. Takes a specially-crafted &'static str
and serves it
on a random port on 127.74.137.226
.
Take a look at src/bin/testserver-demo.rs
for an example.