[sr-dev] git:master:e2ddfed6: http_async_client: doc review (payload setting)

Giacomo Vacca giacomo.vacca at gmail.com
Wed Apr 26 22:12:52 CEST 2017


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

Author: Giacomo Vacca <giacomo.vacca at gmail.com>
Committer: Giacomo Vacca <giacomo.vacca at gmail.com>
Date: 2017-04-26T22:12:43+02:00

http_async_client: doc review (payload setting)

---

Modified: src/modules/http_async_client/doc/http_async_client_admin.xml

---

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

---

diff --git a/src/modules/http_async_client/doc/http_async_client_admin.xml b/src/modules/http_async_client/doc/http_async_client_admin.xml
index b7136a8..4656216 100644
--- a/src/modules/http_async_client/doc/http_async_client_admin.xml
+++ b/src/modules/http_async_client/doc/http_async_client_admin.xml
@@ -331,7 +331,8 @@ t_newtran();
 http_async_query("http://example.com/test.php?r_uri=$rU&f_uri=$fU", "HTTP_REPLY");
 ...
 # POST
-http_async_query("http://example.com/test.php", "{'r_uri':'$rU', 'f_uri':'$fU'}", "HTTP_REPLY");
+$var(payload) = "{'r_uri':'$rU', 'f_uri':'$fU'}";
+http_async_query("http://example.com/test.php", "HTTP_REPLY");
 ...
 route[HTTP_REPLY] {
     if ($http_ok) {




More information about the sr-dev mailing list