Is there any support for Unix Domain Sockets in this library? I'm not finding anything to suggest as such, but wanted to bring it up incase I'm missing something.
I have a client that is connecting to an HTTP Server over a UDS (specifically: /var/run/docker.sock), and I was hoping to test it by just passing in a path to a mock server over UDS, rather than adding a branch for determining if I need to connect over a port.
Is there any support for Unix Domain Sockets in this library? I'm not finding anything to suggest as such, but wanted to bring it up incase I'm missing something.
I have a client that is connecting to an HTTP Server over a UDS (specifically:
/var/run/docker.sock
), and I was hoping to test it by just passing in a path to a mock server over UDS, rather than adding a branch for determining if I need to connect over a port.