Brad Fitzpatrick ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 10 lat temu
..
h2demo ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 10 lat temu
h2i ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 10 lat temu
hpack 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
testdata 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
.gitignore 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
AUTHORS 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
CONTRIBUTORS 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
Dockerfile 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
HACKING 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
LICENSE 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
Makefile 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
README ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 10 lat temu
buffer.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
buffer_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
errors.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
errors_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
flow.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
flow_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
frame.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
frame_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
gotrack.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
gotrack_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
headermap.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
http2.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
http2_test.go ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 10 lat temu
pipe.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
pipe_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
priority_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
server.go ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 10 lat temu
server_test.go ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 10 lat temu
transport.go ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 10 lat temu
transport_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
write.go ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 10 lat temu
writesched.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu
z_spec_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 10 lat temu

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.