https://github.com/cablehead/hyper-with-tls
exploring hyper + tls
https://github.com/cablehead/hyper-with-tls
Last synced: over 1 year ago
JSON representation
exploring hyper + tls
- Host: GitHub
- URL: https://github.com/cablehead/hyper-with-tls
- Owner: cablehead
- Created: 2023-11-20T17:28:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T17:48:19.000Z (over 2 years ago)
- Last Synced: 2025-03-25T05:05:47.346Z (over 1 year ago)
- Language: Rust
- Homepage: https://github.com/hyperium/hyper/issues/3427
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyper-with-tls
This repo contains a few examples of hyper + tls: specifically to explore
an `UnexpectedEof` error witth HTTP/2:
https://github.com/hyperium/hyper/issues/3427