http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.46k stars 120 forks source link

Unix socket support #168

Open xpepermint opened 4 years ago

xpepermint commented 4 years ago

Using unix schemas on the server is pretty common so it would be great to add this feature.

xpepermint commented 4 years ago

I created the async-uninet crate which might be useful.