summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-06-12 18:41:16 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-06-12 18:41:16 -0300
commit370aa8f9140476dd39d26831494b2de737edb359 (patch)
treeae8aed74c03c8a328d22fa77d5875f280f6ea088 /README.md
[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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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.