Closed dechamps closed 2 months ago
This adds support for Unix socket URLs as a follow-up to Unix socket connection support in #447.
There is no standard for Unix socket URLs, see whatwg/url#577. This PR tries to be consistent with prior art in https://github.com/msabramo/requests-unixsocket.
it's always http protocol, in fact I don't think we need +http or http+ part in protocol, unix should be enough.
+http
http+
unix
never mind
This adds support for Unix socket URLs as a follow-up to Unix socket connection support in #447.
There is no standard for Unix socket URLs, see whatwg/url#577. This PR tries to be consistent with prior art in https://github.com/msabramo/requests-unixsocket.