Support for Unix Domain Socket connections in Client
Đang mở
A-awc
C-feature
- Ngôn ngữ chính
- Rust
- Star
- 24.8k
- Fork
- 1.9k
- Merge trung bình
- 23 giờ 10 phút
- Pull request đã merge (30 ngày)
- 26
Mô tả
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?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.