Module: kamailio Branch: master Commit: b8ed251f8f4716393ba07d910d162b6a5bfa2194 URL: https://github.com/kamailio/kamailio/commit/b8ed251f8f4716393ba07d910d162b6a...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2016-03-28T21:08:05+02:00
http_client Document limitation to http and https protocols
---
Modified: modules/http_client/README Modified: modules/http_client/doc/http_client_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/b8ed251f8f4716393ba07d910d162b6a... Patch: https://github.com/kamailio/kamailio/commit/b8ed251f8f4716393ba07d910d162b6a...
---
diff --git a/modules/http_client/README b/modules/http_client/README index 91fb2d3..9384f35 100644 --- a/modules/http_client/README +++ b/modules/http_client/README @@ -177,6 +177,8 @@ Chapter 1. Admin Guide and get access to parts of the reply. This function has been ported from the utils module and now use the same libcurl functions.
+ The module is limited to using HTTP and HTTPS protocols. + 2. Dependencies
2.1. Kamailio Modules diff --git a/modules/http_client/doc/http_client_admin.xml b/modules/http_client/doc/http_client_admin.xml index 09cb1e6..924830f 100644 --- a/modules/http_client/doc/http_client_admin.xml +++ b/modules/http_client/doc/http_client_admin.xml @@ -43,6 +43,9 @@ been ported from the utils module and now use the same libcurl functions. </para> + <para> + The module is limited to using HTTP and HTTPS protocols. + </para> </section> <section> <title>Dependencies</title>