From 370aa8f9140476dd39d26831494b2de737edb359 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 12 Jun 2021 18:41:16 -0300 Subject: [Project] Rust Testserver A static webserver helper for writing automated tests. Distinguishes itself from other projects by storing the document root as a string literal. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..fff72f5 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +Testserver +========== + +A static HTTP server. Takes a specially-crafted `&'static str` and serves it +on a random localhost port. IPv4-only. -- cgit v1.2.3