Skip to content

Commit

Permalink
microhttpd: docs - note about variables available in the event route
Browse files Browse the repository at this point in the history
(cherry picked from commit 9935830)
  • Loading branch information
miconda committed Mar 6, 2024
1 parent 3415be2 commit 2d20067
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modules/microhttpd/doc/microhttpd_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ event_route[microhttpd:request] {
<para>
The event route is executed when a new HTTP request is received.
</para>
<para>
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.
</para>
<programlisting format="linespecific">
...
...
Expand Down

0 comments on commit 2d20067

Please sign in to comment.