Brad Fitzpatrick c745c36eab http2: client & server fixes před 10 roky
..
h2demo 5627bad10b http2/h2demo: updates to text and Makefile to upload/deploy it před 10 roky
h2i c764672d0e http2/h2i: add settings flag před 10 roky
hpack 21c3935a8f http2/hpack: push down max string length checking further, improve docs před 10 roky
testdata 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory před 10 roky
.gitignore 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory před 10 roky
Dockerfile c972803da8 http2: update the curl and nghttp2 versions used in tests před 10 roky
Makefile 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory před 10 roky
README 47990a1ba5 readme: use golang.org links rather than github.com před 10 roky
client_conn_pool.go d62542d18c http2: client conn pool abstraction před 10 roky
configure_transport.go 042ba42fa6 http2: add ConfigureTransport, like ConfigureServer před 10 roky
errors.go 6d10a0c3ea http2: update copyright headers před 10 roky
errors_test.go 6d10a0c3ea http2: update copyright headers před 10 roky
fixed_buffer.go b7f5d985f9 http2: change the pipe and buffer code před 10 roky
fixed_buffer_test.go b7f5d985f9 http2: change the pipe and buffer code před 10 roky
flow.go 6d10a0c3ea http2: update copyright headers před 10 roky
flow_test.go 6d10a0c3ea http2: update copyright headers před 10 roky
frame.go a179abb31d http2: handle pings in Transport před 10 roky
frame_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory před 10 roky
go15.go 042ba42fa6 http2: add ConfigureTransport, like ConfigureServer před 10 roky
gotrack.go 6d10a0c3ea http2: update copyright headers před 10 roky
gotrack_test.go 6d10a0c3ea http2: update copyright headers před 10 roky
headermap.go 6d10a0c3ea http2: update copyright headers před 10 roky
http2.go c745c36eab http2: client & server fixes před 10 roky
http2_test.go c745c36eab http2: client & server fixes před 10 roky
pipe.go 6281f06c8c http2: add per-Response buffered response bodies with separate flow control před 10 roky
pipe_test.go b7f5d985f9 http2: change the pipe and buffer code před 10 roky
priority_test.go 6d10a0c3ea http2: update copyright headers před 10 roky
server.go c745c36eab http2: client & server fixes před 10 roky
server_test.go c745c36eab http2: client & server fixes před 10 roky
transport.go c745c36eab http2: client & server fixes před 10 roky
transport_test.go c745c36eab http2: client & server fixes před 10 roky
write.go c745c36eab http2: client & server fixes před 10 roky
writesched.go 6d10a0c3ea http2: update copyright headers před 10 roky
z_spec_test.go 6d10a0c3ea http2: update copyright headers před 10 roky

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:+