Rod Hynes e04b83ab64 Use http2/hpack fork in http2 fork il y a 7 ans
..
hpack e04b83ab64 Use http2/hpack fork in http2 fork il y a 7 ans
Dockerfile a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
Makefile a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
README a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
ciphers.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
client_conn_pool.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
configure_transport.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
databuffer.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
errors.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
flow.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
frame.go e04b83ab64 Use http2/hpack fork in http2 fork il y a 7 ans
go111.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
go16.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
go17.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
go17_not18.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
go18.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
go19.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
gotrack.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
headermap.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
http2.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
not_go111.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
not_go16.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
not_go17.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
not_go18.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
not_go19.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
pipe.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
server.go e04b83ab64 Use http2/hpack fork in http2 fork il y a 7 ans
transport.go e04b83ab64 Use http2/hpack fork in http2 fork il y a 7 ans
write.go e04b83ab64 Use http2/hpack fork in http2 fork il y a 7 ans
writesched.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
writesched_priority.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans
writesched_random.go a826ecc290 Fork http2 to reduce request body buffer size il y a 7 ans

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