Unix domain socket support for Hyper
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package]
|
|
name = "hyper-socket"
|
|
description = "Unix Domain Socket connector for Hyper"
|
|
version = "0.2.0"
|
|
authors = ["Alex Feldman-Crough <alex@fldcr.com>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
keywords = ["http", "hyper", "tokio", "unix", "socket"]
|
|
documentation = "https://docs.rs/hyper-socket"
|
|
|
|
[dependencies]
|
|
bytes = "0.5"
|
|
hyper = "0.13"
|
|
futures = "0.3"
|
|
|
|
[dependencies.tokio]
|
|
version = "0.2"
|
|
features = ["uds"]
|