trim21 / transmission-rpc

https://transmission-rpc.readthedocs.io/en/stable/
MIT License
146 stars 34 forks source link

feat(client): support http+unix URLs #473

Closed dechamps closed 2 months ago

dechamps commented 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.

trim21 commented 2 months ago

it's always http protocol, in fact I don't think we need +http or http+ part in protocol, unix should be enough.

never mind