Brak opisu

Brad Fitzpatrick 4ec753e6be add a README 11 lat temu
hpack 8f2d4134c3 Add tests from C.5 and C.6 too. 11 lat temu
testdata 5b7b6a37bc patch curl with EOF fix 11 lat temu
.gitignore 2fa3df86cd Update LICENSE 11 lat temu
Dockerfile a58a8de1f7 add more Dockerfile comments 11 lat temu
HACKING 0af8798ae9 Add HACKING file 11 lat temu
LICENSE 2fa3df86cd Update LICENSE 11 lat temu
Makefile 0fe8c920c6 Add a Docker image with curl supporting http2 11 lat temu
README 4ec753e6be add a README 11 lat temu
errors.go a8ebc54abb Unexported ErrCodeName, add some comments on error types 11 lat temu
frame.go 281fedb9ff PRIORITY reading and writing. 11 lat temu
frame_test.go 281fedb9ff PRIORITY reading and writing. 11 lat temu
http2.go e4fab6e5bc update package comment 11 lat temu
http2_test.go da41636eea only Skip the test if docker isn't available 11 lat temu

README

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

Docs are at https://godoc.org/github.com/bradfitz/http2