RejectedSoftware Forums

Sign up

Http request to a unix file socket

I am writing a small docker client implementation as part of my efforts to create a dub autotester (see dlang forum). For that I need to send http requests to a unix file socket.

I haven't looked at vibe's source but do you suppose it would be hard to implement?

Re: Http request to a unix file socket

On Tue, 02 Aug 2016 21:42:14 GMT, Sebastiaan Koppe wrote:

I am writing a small docker client implementation as part of my efforts to create a dub autotester (see dlang forum). For that I need to send http requests to a unix file socket.

I haven't looked at vibe's source but do you suppose it would be hard to implement?

no it isn't https://github.com/rejectedsoftware/vibe.d/pull/1545

Re: Http request to a unix file socket

New pr https://github.com/rejectedsoftware/vibe.d/pull/1547