Sen descrición

Brad Fitzpatrick a66258639e Merge pull request #6 from bmizerany/speccov-fixes %!s(int64=11) %!d(string=hai) anos
hpack 70c1baa8ab Terrible, temporary HPACK encoder. %!s(int64=11) %!d(string=hai) anos
testdata 1c864e5f85 spec coverage report %!s(int64=11) %!d(string=hai) anos
.gitignore 2fa3df86cd Update LICENSE %!s(int64=11) %!d(string=hai) anos
Dockerfile a58a8de1f7 add more Dockerfile comments %!s(int64=11) %!d(string=hai) anos
HACKING 0af8798ae9 Add HACKING file %!s(int64=11) %!d(string=hai) anos
LICENSE 2fa3df86cd Update LICENSE %!s(int64=11) %!d(string=hai) anos
Makefile 0fe8c920c6 Add a Docker image with curl supporting http2 %!s(int64=11) %!d(string=hai) anos
README 4ec753e6be add a README %!s(int64=11) %!d(string=hai) anos
errors.go a8ebc54abb Unexported ErrCodeName, add some comments on error types %!s(int64=11) %!d(string=hai) anos
frame.go 28f1f766bf Be strict about frame sizes, now that https://github.com/http2/http2-spec/issues/611 is resolved. %!s(int64=11) %!d(string=hai) anos
frame_test.go 0a81e4594e SETTINGS writing. %!s(int64=11) %!d(string=hai) anos
http2.go b3648114a0 A basic working responseWriter. Initial tests now pass. %!s(int64=11) %!d(string=hai) anos
http2_test.go 4da4e07460 Another test TODO %!s(int64=11) %!d(string=hai) anos
z_spec_test.go d6e798ca68 remove _Z_ from test names %!s(int64=11) %!d(string=hai) anos

README

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

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