From f609545fdce5a23dc6f1ed791b4b5d74abb5d30c Mon Sep 17 00:00:00 2001
From: A_D <aunderscored@gmail.com>
Date: Tue, 25 May 2021 11:29:44 +0200
Subject: [PATCH] Updated plugin docs

---
 PLUGINS.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/PLUGINS.md b/PLUGINS.md
index 3670bd3f..f55e88b7 100644
--- a/PLUGINS.md
+++ b/PLUGINS.md
@@ -1072,6 +1072,10 @@ if 'my_plugin' in debug_senders:
 
 ```
 
+For returned data, you can modify `debug_webserver.DEFAULT_RESPONSES` (`dict[str, Union[Callable[[str], str]], str])`
+with either a function that accepts a single string (the raw post data) and returns a single string
+(the response to send), or with a string if your required response is simple.
+
 ## Disable a plugin
 
 EDMC now lets you disable a plugin without deleting it, simply rename the