diff options
Diffstat (limited to 'libpathod/templates/docs_lang.html')
| -rw-r--r-- | libpathod/templates/docs_lang.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libpathod/templates/docs_lang.html b/libpathod/templates/docs_lang.html index 116dab87..4ed7f151 100644 --- a/libpathod/templates/docs_lang.html +++ b/libpathod/templates/docs_lang.html @@ -103,6 +103,17 @@ <table class="table table-bordered"> <tbody > + + <tr> + <td> method </td> + <td> + A <a href="#valuespec">VALUE</a> specifying the HTTP + method to use. Standard methods do not need to be + quoted. The special method <b>ws</b> creates a valid + websocket upgrade request. + </td> + </tr> + <tr> <td> b<a href="#valuespec">VALUE</a> </td> <td> |
