actix / actix/actix-web

Support for Unix Domain Socket connections in Client

Đang mở
#1,053 3 bình luận 2 reaction 0 người được giao Xem trên GitHub
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

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.