|
@@ -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>
|
|
<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() ####
|
|
#### 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>
|
|
<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 ##
|
|
## 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() ####
|
|
#### 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>
|
|
<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>
|