Aucune description

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

README

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

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