From: Jean Privat Date: Fri, 1 Jun 2018 17:10:06 +0000 (-0400) Subject: Merge: Changed nitcorn HTTPResponse body type to Writable X-Git-Url: http://nitlanguage.org Merge: Changed nitcorn HTTPResponse body type to Writable This PR allows to send binaries (and whatever writable document) as bodies in nitcorn's responses. The reduced use of buffers and copies should also reduce the pressure on the GC and make things faster. Embrace, extend and extinguish #2703 Pull-Request: #2704 Reviewed-by: Lucas Bajolet --- d4ba5de74a279e6e3c1fcec248039aee3554f1d4