getContentByLine - multiple declarations
Function getContentByLine
Call GET and lazily convert server response into InputRange of ubyte[], splitted by '\n'.
Function getContentByLine
Call GET and lazily convert server response into InputRange of ubyte[], splitted by '\n'.
Function getContentByLine
Call GET and lazily convert server response into InputRange of ubyte[], splitted by '\n'.
auto _LineReader getContentByLine
(
string url,
std .typecons .Tuple!(string,"key",string,"value")[] args
);
Function getContentByLine
Call GET and lazily convert server response into InputRange of ubyte[], splitted by '\n'.
auto auto getContentByLine(A...)
(
string url,
A args
)
if (args .length > 1 && (args .length % 2 == 0));