leonnicolas 36643b77b4 Use apiextension v1 5 anni fa
..
hpack a3bf13711c go.mod: bump client-go and api machinerie 5 anni fa
.gitignore e989f0a25f init 7 anni fa
Dockerfile 36643b77b4 Use apiextension v1 5 anni fa
Makefile e989f0a25f init 7 anni fa
README e989f0a25f init 7 anni fa
ciphers.go e989f0a25f init 7 anni fa
client_conn_pool.go a3bf13711c go.mod: bump client-go and api machinerie 5 anni fa
databuffer.go e989f0a25f init 7 anni fa
errors.go e989f0a25f init 7 anni fa
flow.go a3bf13711c go.mod: bump client-go and api machinerie 5 anni fa
frame.go 46f55c337b vendor: revendor 7 anni fa
go111.go a3bf13711c go.mod: bump client-go and api machinerie 5 anni fa
gotrack.go e989f0a25f init 7 anni fa
headermap.go e989f0a25f init 7 anni fa
http2.go a3bf13711c go.mod: bump client-go and api machinerie 5 anni fa
not_go111.go a3bf13711c go.mod: bump client-go and api machinerie 5 anni fa
pipe.go a3bf13711c go.mod: bump client-go and api machinerie 5 anni fa
server.go 36643b77b4 Use apiextension v1 5 anni fa
transport.go a3bf13711c go.mod: bump client-go and api machinerie 5 anni fa
write.go e989f0a25f init 7 anni fa
writesched.go a3bf13711c go.mod: bump client-go and api machinerie 5 anni fa
writesched_priority.go a3bf13711c go.mod: bump client-go and api machinerie 5 anni fa
writesched_random.go a3bf13711c go.mod: bump client-go and api machinerie 5 anni fa

README

This is a work-in-progress HTTP/2 implementation for Go.

It will eventually live in the Go standard library and won't require
any changes to your code to use. It will just be automatic.

Status:

* The server support is pretty good. A few things are missing
but are being worked on.
* The client work has just started but shares a lot of code
is coming along much quicker.

Docs are at https://godoc.org/golang.org/x/net/http2

Demo test server at https://http2.golang.org/

Help & bug reports welcome!

Contributing: https://golang.org/doc/contribute.html
Bugs: https://golang.org/issue/new?title=x/net/http2:+