Merge pull request #5982 from daneb/devel

Working example in comment to resolve #5863
This commit is contained in:
Dominik Picheta
2017-06-14 14:19:29 +01:00
committed by GitHub

View File

@@ -62,7 +62,8 @@
## let body = %*{
## "data": "some text"
## }
## echo client.request("http://some.api", httpMethod = HttpPost, body = $body)
## let response = client.request("http://some.api", httpMethod = HttpPost, body = $body)
## echo response.status
##
## Progress reporting
## ==================