Re: [whatwg/url] Addressing HTTP servers over Unix domain sockets (#577)

I not sure I understand why any additional protocol would be necessary. It's just HTTP over a stream socket. The server accepts connections and speaks HTTP just like it would for a TCP socket. Indeed, I can set up such a server today, and it works fine provided that the client provides a way to specify the socket, e.g., `curl --unix-socket /path/to/socket.sock http://localhost/resource`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/577#issuecomment-774533380

Received on Saturday, 6 February 2021 19:58:40 UTC