From b8ed251f8f4716393ba07d910d162b6a5bfa2194 Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Mon, 28 Mar 2016 21:08:05 +0200 Subject: [PATCH] http_client Document limitation to http and https protocols --- modules/http_client/README | 2 ++ modules/http_client/doc/http_client_admin.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/modules/http_client/README b/modules/http_client/README index 91fb2d365f3..9384f35a984 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 09cb1e6996d..924830fd34f 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. + + The module is limited to using HTTP and HTTPS protocols. +
Dependencies