- From: Erik Jensen <notifications@github.com>
- Date: Sat, 06 Feb 2021 11:58:27 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 6 February 2021 19:58:40 UTC
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