summaryrefslogtreecommitdiffstats
path: root/plugins/plugin_httpstop/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/plugin_httpstop/README.md')
-rw-r--r--plugins/plugin_httpstop/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/plugin_httpstop/README.md b/plugins/plugin_httpstop/README.md
new file mode 100644
index 00000000..68448fae
--- /dev/null
+++ b/plugins/plugin_httpstop/README.md
@@ -0,0 +1,15 @@
+# plugin_httpstop
+
+A Plugin that spins up a _very_ minimal web server, that when accessed stops
+thin-edge.
+
+This plugin is for showcasing how such a thing would be implemented.
+
+
+## Configuration
+
+The configuration of this plugin only supports one (self-explanatory) setting:
+
+```toml
+bind = "127.0.0.1:8080"
+```