hyper-alpn 0.4.0

An ALPN implementation to be used with Hyper 0.12
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# hyper-alpn

[![CI Status](https://github.com/walletconnect/hyper-alpn/actions/workflows/ci.yml/badge.svg)](https://github.com/walletconnect/hyper-alpn/actions/workflows/ci.yml)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](https://img.shields.io/crates/v/hyper-alpn)](https://crates.io/crates/hyper-alpn)

Provides an ALPN connector to be used together with
[hyper](https://github.com/hyperium/hyper).

[Documentation](https://docs.rs/hyper-alpn)

## Requirements

Needs a Tokio executor version 0.2 or later and Rust compiler version 1.39.0 or later.