mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 12:24:19 +00:00
fixes httpclient documentation comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user