mod_http_debug/mod_http_debug.lua
changeset 5496 b6af4d1ff8c1
parent 5495 7842502c1157
--- a/mod_http_debug/mod_http_debug.lua	Fri May 26 15:37:15 2023 +0200
+++ b/mod_http_debug/mod_http_debug.lua	Fri May 26 15:38:38 2023 +0200
@@ -26,6 +26,7 @@
 local route = {};
 for method in methods do
 	route[method] = handle_request;
+	route[method .. " /*"] = handle_request;
 end
 
 module:provides("http", {