Crates.io | hyper-unix-connector |
lib.rs | hyper-unix-connector |
version | 0.2.2 |
source | src |
created_at | 2019-10-25 21:11:31.197497 |
updated_at | 2020-12-29 20:16:20.010232 |
description | Use hyper with unix-domain sockets |
homepage | https://github.com/akshayknarayan/hyper-unix-connector |
repository | https://github.com/akshayknarayan/hyper-unix-connector |
max_upload_size | |
id | 175743 |
size | 11,501 |
Connect hyper servers and clients to Unix-domain sockets.
Most of this crate's functionality is borrowed from hyperlocal. This was originally written to provide an async/await-compatible version of hyperlocal, but hyperlocal has since been updated with this feature. Therefore, you probably want to use hyperlocal instead.
See [UnixClient
] and [UnixConnector
] for examples.
License: ISC