Support for Unix Domain Socket connections in Client
Aperta
A-awc
C-feature
- Lingua principale
- Rust
- Stelle
- 24.8k
- Fork
- 1.9k
- Merge medio
- 23h 10m
- PR unite (30g)
- 26
Descrizione
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?
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.