Akihiro Suda 5a1b06d7fd rerun vndr 8 anni fa
..
hpack db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
README 5a1b06d7fd rerun vndr 8 anni fa
client_conn_pool.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
configure_transport.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
errors.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
fixed_buffer.go f2614f2107 project: use vndr for vendoring 8 anni fa
flow.go f2614f2107 project: use vndr for vendoring 8 anni fa
frame.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
go16.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
go17.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
go17_not18.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
go18.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
gotrack.go f2614f2107 project: use vndr for vendoring 8 anni fa
headermap.go f2614f2107 project: use vndr for vendoring 8 anni fa
http2.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
not_go16.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
not_go17.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
not_go18.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
pipe.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
server.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
transport.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
write.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
writesched.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
writesched_priority.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa
writesched_random.go db37a86d37 vendor: update golang/net to c427ad74c 8 anni fa

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