h2demo
h2demo copied to clipboard
Code examples for blog post
h2demo
Code examples for the article at 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 withposener/h2conn
client. -
h2conn-server.go
: Example of http2 withposener/h2conn
server.