瀏覽代碼

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

Kamailio Dev 1 年之前
父節點
當前提交
eb3de9f046
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/modules/http_client/README

+ 4 - 4
src/modules/http_client/README

@@ -74,7 +74,7 @@ Hugh Waite
               4.3. http_get_redirect(connection, result)
               4.3. http_get_redirect(connection, result)
               4.4. http_client_query(url, [post-data], [hdrs], result)
               4.4. http_client_query(url, [post-data], [hdrs], result)
               4.5. http_client_get(url, body, hdrs, respv)
               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
         5. Pseudovariables
 
 
@@ -177,7 +177,7 @@ Chapter 1. Admin Guide
         4.3. http_get_redirect(connection, result)
         4.3. http_get_redirect(connection, result)
         4.4. http_client_query(url, [post-data], [hdrs], result)
         4.4. http_client_query(url, [post-data], [hdrs], result)
         4.5. http_client_get(url, body, hdrs, respv)
         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
    5. Pseudovariables
 
 
@@ -705,7 +705,7 @@ modparam("http_client", "netinterface", "eth0")
    4.3. http_get_redirect(connection, result)
    4.3. http_get_redirect(connection, result)
    4.4. http_client_query(url, [post-data], [hdrs], result)
    4.4. http_client_query(url, [post-data], [hdrs], result)
    4.5. http_client_get(url, body, hdrs, respv)
    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)
 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
    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"
    "respv" variable. The method of the request is set by "met". The "body"