fixes httpclient documentation comment

This commit is contained in:
Araq
2018-03-12 08:59:04 +01:00
parent 10cd89eba9
commit 710c1184a3

View File

@@ -622,7 +622,7 @@ proc get*(url: string, extraHeaders = "", maxRedirects = 5,
## | An optional timeout can be specified in milliseconds, if reading from the
## server takes longer than specified an ETimeout exception will be raised.
##
## ## **Deprecated since version 0.15.0**: use ``HttpClient.get`` instead.
## **Deprecated since version 0.15.0**: use ``HttpClient.get`` instead.
result = request(url, httpGET, extraHeaders, "", sslContext, timeout,
userAgent, proxy)
var lastURL = url