mod_http_debug/README.md
changeset 5494 91564b57e595
parent 5493 a7188eb4ded4
--- a/mod_http_debug/README.md	Fri May 26 15:20:04 2023 +0200
+++ b/mod_http_debug/README.md	Fri May 26 15:36:04 2023 +0200
@@ -29,3 +29,12 @@
    }
 }
 ```
+
+# Configuration
+
+HTTP Methods handled can be configured via the `http_debug_methods`
+setting. By default, the most common methods are already enabled.
+
+```lua
+http_debug_methods = { "GET"; "HEAD"; "DELETE"; "OPTIONS"; "PATCH"; "POST"; "PUT" };
+```