Working example to resolve #5863

This commit is contained in:
daneb
2017-06-13 21:08:04 +02:00
parent d3e93a1da9
commit 64cbcec54d

View File

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