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

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/github.com/bradfitz/http2

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

Help & bug reports welcome.