Module: kamailio
Branch: master
Commit: eb3de9f046e845d34137e757508116279eb38637
URL: 
https://github.com/kamailio/kamailio/commit/eb3de9f046e845d34137e757508116279eb38637

Author: Kamailio Dev <kamailio....@kamailio.org>
Committer: Kamailio Dev <kamailio....@kamailio.org>
Date: 2024-03-11T08:17:56+01:00

modules: readme files regenerated - http_client ... [skip ci]

---

Modified: src/modules/http_client/README

---

Diff:  
https://github.com/kamailio/kamailio/commit/eb3de9f046e845d34137e757508116279eb38637.diff
Patch: 
https://github.com/kamailio/kamailio/commit/eb3de9f046e845d34137e757508116279eb38637.patch

---

diff --git a/src/modules/http_client/README b/src/modules/http_client/README
index f0892dcc195..43dddfef13e 100644
--- a/src/modules/http_client/README
+++ b/src/modules/http_client/README
@@ -74,7 +74,7 @@ Hugh Waite
               4.3. http_get_redirect(connection, result)
               4.4. http_client_query(url, [post-data], [hdrs], result)
               4.5. http_client_get(url, body, hdrs, respv)
-              4.6. http_client_request(url, met, body, hdrs, respv)
+              4.6. http_client_request(met, url, body, hdrs, respv)
 
         5. Pseudovariables
 
@@ -177,7 +177,7 @@ Chapter 1. Admin Guide
         4.3. http_get_redirect(connection, result)
         4.4. http_client_query(url, [post-data], [hdrs], result)
         4.5. http_client_get(url, body, hdrs, respv)
-        4.6. http_client_request(url, met, body, hdrs, respv)
+        4.6. http_client_request(met, url, body, hdrs, respv)
 
    5. Pseudovariables
 
@@ -705,7 +705,7 @@ modparam("http_client", "netinterface", "eth0")
    4.3. http_get_redirect(connection, result)
    4.4. http_client_query(url, [post-data], [hdrs], result)
    4.5. http_client_get(url, body, hdrs, respv)
-   4.6. http_client_request(url, met, body, hdrs, respv)
+   4.6. http_client_request(met, url, body, hdrs, respv)
 
 4.1.  http_connect(connection, url, [content_type, data,] result)
 
@@ -876,7 +876,7 @@ switch ($rc) {
 }
 ...
 
-4.6.  http_client_request(url, met, body, hdrs, respv)
+4.6.  http_client_request(met, url, body, hdrs, respv)
 
    Perform a HTTP request to "url", storing the response body in the
    "respv" variable. The method of the request is set by "met". The "body"

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to