From 24d6c87e027f825d79ff8ba3ca79cc7f5ce3786b Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Wed, 26 Apr 2017 22:46:22 +0200 Subject: [PATCH] modules: readme files regenerated - http_async_client ... [skip ci] --- src/modules/http_async_client/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/http_async_client/README b/src/modules/http_async_client/README index d3dc7f29d19..d61ae9c305e 100644 --- a/src/modules/http_async_client/README +++ b/src/modules/http_async_client/README @@ -332,7 +332,7 @@ http_async_query("http://example.com/test.php?r_uri=$rU&f_uri=$fU", "HTTP_REPLY" ); ... # POST -$var(payload) = "{'r_uri':'$rU', 'f_uri':'$fU'}"; +$http_req(body) = "{'r_uri':'" + $rU + "', 'f_uri':'" + $fU + "'}"; http_async_query("http://example.com/test.php", "HTTP_REPLY"); ... route[HTTP_REPLY] {