needle
needle copied to clipboard
Unix Domain Sockets support?
@tomas I tried searching in the document but could not find any. The underlying request module does support unix domain sockets. https://github.com/request/request#unix-domain-sockets Is this supported here but an undocumented feature?
Needle does not depend on request
, but directly on Node's http
module. I'd love to support Unix sockets so feel free to send a PR!