Support for Unix Domain Socket connections in Client
Ouverte
A-awc
C-feature
- Langage dominant
- Rust
- Étoiles
- 24.8k
- Forks
- 1.9k
- Merge moyen
- 23 h 10 min
- PR mergées (30 j)
- 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?
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.