Support for Unix Domain Socket connections in Client
Open
A-awc
C-feature
- Dominant language
- Rust
- Stars
- 24.8k
- Forks
- 1.9k
- Avg merge
- 23h 10m
- Merged PRs (30d)
- 26
Description
In 0.7 it was possible to make a request over a UDS with:
```rust
client.with_connection(
client::Connection::from_stream(
UnixStream::connect(path)?));
```
In 1.0 these methods are gone. Would it be possible to re-add this functionality?
Contributor guide
Assessment
This issue has not been assessed yet.