Module: kamailio
Branch: master
Commit: 00789326622272191605153dcbce84fb06d6b9f2
URL:
https://github.com/kamailio/kamailio/commit/00789326622272191605153dcbce84f…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2017-01-02T17:17:11+01:00
http_client Update README
---
Modified: src/modules/http_client/doc/http_client_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/00789326622272191605153dcbce84f…
Patch:
https://github.com/kamailio/kamailio/commit/00789326622272191605153dcbce84f…
---
diff --git a/src/modules/http_client/doc/http_client_admin.xml
b/src/modules/http_client/doc/http_client_admin.xml
index bb7b5a1..799f477 100644
--- a/src/modules/http_client/doc/http_client_admin.xml
+++ b/src/modules/http_client/doc/http_client_admin.xml
@@ -19,7 +19,8 @@
This module implements protocol functions that use the libcurl library
to fetch data from external HTTP servers or post data to HTTP servers.
The module is using a concept of "connections" to define properties
- of HTTP sessions in a simple way.
+ of HTTP sessions in a simple way. A connection has one or multiple
+ servers and a set of settings that apply to the specific connection.
</para>
<para>
The http_client module has multiple settings, some of them applies to
@@ -38,10 +39,11 @@
Cookbook (as used in the http_client_query example below).
</para>
<para>
- Function http_client_query allows &kamailio; to issue an HTTP GET
+ The function http_client_query allows &kamailio; to issue an HTTP GET
request and get access to parts of the reply. This function has
been ported from the utils module and now use the same libcurl
- functions.
+ functions. We recommend using the new functionality provided by
+ this module.
</para>
<para>
The http_client module use the CURL library setting up connections.