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

Let me rephrase: the specific ask for the URL standard is to provide an allowance in the URL syntax for specifying a UNIX domain socket, either in lieu of the port (e.g., `http://localhost:[/path/to/socket.sock]/resource`) or in lieu of the hostname (e.g., `http://[/path/to/socket.sock]/resource`), both of which are currently invalid according to the URL standard.

-- 
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-951235413

Received on Monday, 25 October 2021 19:23:22 UTC