Update curl.d

This commit is contained in:
Feldwor 2019-08-20 17:03:21 +03:00 committed by GitHub
parent d7c66373c5
commit d09d4fad98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2328,7 +2328,7 @@ private bool decodeLineInto(Terminator, Char = char)(ref const(ubyte)[] basesrc,
* return len; * return len;
* }; * };
* http.perform(); * http.perform();
* * ---
* // Track progress * // Track progress
* auto http = HTTP(); * auto http = HTTP();
* http.method = HTTP.Method.get; * http.method = HTTP.Method.get;