Function putContentByLine

Call PUT and lazily convert server response into InputRange of ubyte[], splitted by '\n'.

auto auto putContentByLine(A...) (
  string url,
  A args
);