diff --git a/src/modules/microhttpd/doc/microhttpd_admin.xml b/src/modules/microhttpd/doc/microhttpd_admin.xml
index 1967c845b82..c548d0dfc42 100644
--- a/src/modules/microhttpd/doc/microhttpd_admin.xml
+++ b/src/modules/microhttpd/doc/microhttpd_admin.xml
@@ -157,6 +157,11 @@ event_route[microhttpd:request] {
The event route is executed when a new HTTP request is received.
+
+ Inside it, the $mhttpd(...) group of variables is available, giving
+ access to several attributes of the HTTP request, such as method,
+ URL, data (body) or headers.
+
...
...