actix / actix/actix-web

Support for Unix Domain Socket connections in Client

Open
#1,053 3 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.