UNPKG

httpism

Version:

HTTP client with middleware and good defaults

9 lines (8 loc) 126 B
module.exports = function (s) { return { pipe: function (stream) { stream.write(s) stream.end() } } }