From abe1f09f2c7eebfccfbf86ca0b16ec6d1711627b Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 17 May 2015 15:49:16 +1200 Subject: HTTP and websocket requests now have an xN clause to repeat --- libpathod/templates/docs_lang_requests.html | 7 +++++++ libpathod/templates/docs_lang_websockets.html | 6 ++++++ 2 files changed, 13 insertions(+) (limited to 'libpathod/templates') diff --git a/libpathod/templates/docs_lang_requests.html b/libpathod/templates/docs_lang_requests.html index 72391587..fe73f0af 100644 --- a/libpathod/templates/docs_lang_requests.html +++ b/libpathod/templates/docs_lang_requests.html @@ -103,5 +103,12 @@ + + + xINTEGER + + Repeat this message N times. + + diff --git a/libpathod/templates/docs_lang_websockets.html b/libpathod/templates/docs_lang_websockets.html index 8cd176fc..3233577f 100644 --- a/libpathod/templates/docs_lang_websockets.html +++ b/libpathod/templates/docs_lang_websockets.html @@ -105,6 +105,12 @@ + + xINTEGER + + Repeat this message N times. + + -- cgit v1.2.3