mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Update curl.d
This commit is contained in:
parent
d7c66373c5
commit
d09d4fad98
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue