Brad Fitzpatrick 0f2be02c5d http2: remove duplicate map lookups in checkConnHeaders пре 9 година
..
h2demo 237fc45c42 http2: gofmt -w -s пре 10 година
h2i 237fc45c42 http2: gofmt -w -s пре 10 година
hpack 71a035914f x/net/http2: Fix various typos in doc comments. пре 9 година
testdata 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory пре 10 година
.gitignore 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory пре 10 година
Dockerfile c972803da8 http2: update the curl and nghttp2 versions used in tests пре 10 година
Makefile 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory пре 10 година
README 47990a1ba5 readme: use golang.org links rather than github.com пре 10 година
client_conn_pool.go 9f2c271364 http2: fix data race on cc.singleUse пре 9 година
configure_transport.go b3e9c8fbe0 http2: allow http scheme for http2 пре 9 година
errors.go e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers пре 9 година
errors_test.go 6d10a0c3ea http2: update copyright headers пре 10 година
fixed_buffer.go b7f5d985f9 http2: change the pipe and buffer code пре 10 година
fixed_buffer_test.go b7f5d985f9 http2: change the pipe and buffer code пре 10 година
flow.go 6d10a0c3ea http2: update copyright headers пре 10 година
flow_test.go 6d10a0c3ea http2: update copyright headers пре 10 година
frame.go 71a035914f x/net/http2: Fix various typos in doc comments. пре 9 година
frame_test.go e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers пре 9 година
go16.go b400c2eff1 http2: add additional blacklisted ciphersuites пре 9 година
go17.go a333c534c8 http2: add Transport support for IdleConnTimeout пре 9 година
go17_not18.go 1358eff22f http2: fix all vet warnings пре 9 година
go18.go 1358eff22f http2: fix all vet warnings пре 9 година
gotrack.go 6d10a0c3ea http2: update copyright headers пре 10 година
gotrack_test.go 6c89489caf http2: reset DebugGoroutines after testing it пре 10 година
headermap.go c24de9d546 http2: add Server support for reading trailers from clients пре 10 година
http2.go 71a035914f x/net/http2: Fix various typos in doc comments. пре 9 година
http2_test.go f6d2119838 http2: add more HEADERS and error logging in GODEBUG=http2debug=2 mode пре 9 година
not_go16.go b400c2eff1 http2: add additional blacklisted ciphersuites пре 9 година
not_go17.go a333c534c8 http2: add Transport support for IdleConnTimeout пре 9 година
pipe.go 313cf39d4a http2: fix data race on pipe пре 9 година
pipe_test.go 28273ec927 http2: make Transport's Response.Body.Close not wait for buffered data пре 10 година
priority_test.go 6d10a0c3ea http2: update copyright headers пре 10 година
server.go 697293012c http2: in Server, disarm connection's ReadTimeout after first request пре 9 година
server_test.go f4fe4abe3c http2: fix broken tests пре 9 година
transport.go 0f2be02c5d http2: remove duplicate map lookups in checkConnHeaders пре 9 година
transport_test.go cd95c68ba2 http2: mention bogus header value in error messages пре 9 година
write.go 5916dcb167 http2, lex/httplex: make Transport reject bogus headers before sending пре 9 година
writesched.go 6d10a0c3ea http2: update copyright headers пре 10 година
z_spec_test.go 71a035914f x/net/http2: Fix various typos in doc comments. пре 9 година

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!

Contributing: https://golang.org/doc/contribute.html
Bugs: https://golang.org/issue/new?title=x/net/http2:+