From c6f7edd4f644388a4b35bca9d9d8f4880b6b4620 Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Wed, 3 Feb 2016 13:47:05 +0100 Subject: [PATCH] http_client Adding template for developer's guide --- modules/http_client/README | 25 ++++++++++++ modules/http_client/doc/http_client.xml | 1 + modules/http_client/doc/http_client_devel.xml | 38 +++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 modules/http_client/doc/http_client_devel.xml diff --git a/modules/http_client/README b/modules/http_client/README index ac966655a6b..88c4d801d6b 100644 --- a/modules/http_client/README +++ b/modules/http_client/README @@ -64,6 +64,12 @@ Carsten Bock 7.2. httpclient.connok 7.3. httpclient.connfail + 2. Developer Guide + + 1. Available Functions + + 1.1. http_client(name) + List of Examples 1.1. Set httpredirect parameter @@ -482,3 +488,22 @@ switch ($retcode) { 7.3. httpclient.connfail The number of failed connections since Kamailio start + +Chapter 2. Developer Guide + + Table of Contents + + 1. Available Functions + + 1.1. http_client(name) + +1. Available Functions + + 1.1. http_client(name) + +1.1. http_client(name) + + Text here + + Meaning of the parameters is as follows: + * const char* name - Name of the stuff. (Hugh - fill in here) diff --git a/modules/http_client/doc/http_client.xml b/modules/http_client/doc/http_client.xml index 09a23bdef84..5aed165c69b 100644 --- a/modules/http_client/doc/http_client.xml +++ b/modules/http_client/doc/http_client.xml @@ -54,6 +54,7 @@ + diff --git a/modules/http_client/doc/http_client_devel.xml b/modules/http_client/doc/http_client_devel.xml new file mode 100644 index 00000000000..d4f83edb144 --- /dev/null +++ b/modules/http_client/doc/http_client_devel.xml @@ -0,0 +1,38 @@ + + + +%docentities; + +]> + + + + + &develguide; +
+ Available Functions +
+ + <function moreinfo="none">http_client(name)</function> + + + Text here + + Meaning of the parameters is as follows: + + + const char* name - Name of the + stuff. (Hugh - fill in here) + + + +
+ + +
+ +
+