Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/posener/h2demo
Code examples for blog post
https://github.com/posener/h2demo
demo go golang http2
Last synced: 21 days ago
JSON representation
Code examples for blog post
- Host: GitHub
- URL: https://github.com/posener/h2demo
- Owner: posener
- Created: 2018-07-21T20:08:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T14:20:30.000Z (over 6 years ago)
- Last Synced: 2024-10-04T15:31:40.982Z (about 1 month ago)
- Topics: demo, go, golang, http2
- Language: Go
- Homepage: https://posener.github.io/http2
- Size: 4.88 KB
- Stars: 15
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# h2demo
Code examples for the article at [https://posener.github.io/http2](https://posener.github.io/http2).
* `h2-client.go`: Example of http2 client.
* `h2-server.go`: Example of http2 server.
* `h2conn-client.go`: Example of http2 with `posener/h2conn` client.
* `h2conn-server.go`: Example of http2 with `posener/h2conn` server.