Function postContentByLine
Call POST and lazily convert server response into InputRange of ubyte[], splitted by '\n'.
auto auto postContentByLine(A...)
(
string url,
A args
);
Call POST and lazily convert server response into InputRange of ubyte[], splitted by '\n'.
auto auto postContentByLine(A...)
(
string url,
A args
);