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

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