needle icon indicating copy to clipboard operation
needle copied to clipboard

Unix Domain Sockets support?

Open naveensj opened this issue 6 years ago • 1 comments

@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?

naveensj avatar Apr 05 '18 09:04 naveensj

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!

tomas avatar Apr 05 '18 12:04 tomas