--text follows this line--
Daniel-Constantin Mierla writes:
can first parameter of the function include the web
server address as
well?
not currently, but if people feel that it is better to get rid of
http_server module parameter and replace "page" and "param" function
parameters with full url param, i can do that.
then you would make a call like this:
http:query("http://tutpro.com/index.php?foo=xxx&bar=yyy",
"$var(result)");
I see no reason to limit usage of this function for
request and failure
routes, it should be ok for reply and branch routes as well.
ok, i'll add those.
-- juha