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

Giacomo Vacca giacomo.vacca at gmail.com
Wed Apr 26 22:34:39 CEST 2017


Hi Daniel,
it should be $http_req(body). Wrong commit - the right one coming in in the
next minutes.

Cheers,
Giacomo

On 26 April 2017 at 22:32, Daniel-Constantin Mierla <miconda at gmail.com>
wrote:

> Hello,
>
> On 26.04.17 22:12, Giacomo Vacca wrote:
> > [...]
> > @@ -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) {
> >
> is $var(payload) right in the example? Or should it be $http_req(body)?
>
> Cheers,
> Daniel
>
> --
> Daniel-Constantin Mierla
> www.twitter.com/miconda -- www.linkedin.com/in/miconda
> Kamailio Advanced Training - May 22-24 (USA) - www.asipto.com
> Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20170426/370b6ad7/attachment-0001.html>


More information about the sr-dev mailing list