How to make http requests to unix socket?

dvnguyen via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Aug 11 11:39:54 PDT 2017


How to make http requests to unix socket? For example, in Docker 
engine api,

curl --unix-socket /var/run/docker.sock 
http:/v1.24/containers/json


More information about the Digitalmars-d-learn mailing list