Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.