This commit is contained in:
Juan Carlos
2019-02-10 04:53:38 -03:00
committed by Andreas Rumpf
parent 0c9a3d4804
commit b73ee96641

View File

@@ -551,7 +551,7 @@ type
headers*: HttpHeaders ## Headers to send in requests.
maxRedirects: int
userAgent: string
timeout: int ## Only used for blocking HttpClient for now.
timeout*: int ## Only used for blocking HttpClient for now.
proxy: Proxy
## ``nil`` or the callback to call when request progress changes.
when SocketType is Socket: