Browse Source

kamailio-kemi-framework: exports for http_client and xhttp

Daniel-Constantin Mierla 4 years ago
parent
commit
d3dc7f9900
1 changed files with 8 additions and 0 deletions
  1. 8 0
      kamailio-kemi-framework/docs/modules.md

+ 8 - 0
kamailio-kemi-framework/docs/modules.md

@@ -1175,6 +1175,10 @@ is not integer.
 
 <a target='_blank' href='/docs/modules/devel/modules/http_client.html#http_client.f.curl_connect_post'> `int curl_connect_post(str "con", str "url", str "ctype", str "data", str "dpv")` </a>
 
+#### KSR.http_client.get_hdrs() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/http_client.html#http_client.f.get_hdrs'> `int get_hdrs(str "url", str "body", str "hdrs", str "dpv")` </a>
+
 #### KSR.http_client.query() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/http_client.html#http_client.f.query'> `int query(str "url", str "dpv")` </a>
@@ -4141,6 +4145,10 @@ local vPeerSubjectCn = KSR.tls.cget("tls_peer_subject_cn");
 
 ## xhttp ##
 
+#### KSR.xhttp.get_hu() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/xhttp.html#xhttp.f.get_hu'> `xval get_hu()` </a>
+
 #### KSR.xhttp.xhttp_reply() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/xhttp.html#xhttp.f.xhttp_reply'> `int xhttp_reply(int code, str "reason", str "ctype", str "body")` </a>