Skip to content

Commit

Permalink
curl Add example of using pvars
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Oct 21, 2015
1 parent c100654 commit b6ddd2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/curl/curl.c
Expand Up @@ -41,6 +41,7 @@
* curl_connect(connection, url, content-type, data, $avp)
*
* $var(res) = curl_connect("anders", "/postlåda", "application/json", "{ ok, {200, ok}}", "$avp(gurka)");
* $var(res) = curl_connect("anders", "/postlåda", "application/json", "$var(tomat)", "$avp(gurka)");
*
*/

Expand Down

0 comments on commit b6ddd2e

Please sign in to comment.