baichongyang baca853c99 first init hace 3 años
..
hpack baca853c99 first init hace 3 años
.gitignore baca853c99 first init hace 3 años
Dockerfile baca853c99 first init hace 3 años
Makefile baca853c99 first init hace 3 años
README baca853c99 first init hace 3 años
ciphers.go baca853c99 first init hace 3 años
client_conn_pool.go baca853c99 first init hace 3 años
databuffer.go baca853c99 first init hace 3 años
errors.go baca853c99 first init hace 3 años
flow.go baca853c99 first init hace 3 años
frame.go baca853c99 first init hace 3 años
go111.go baca853c99 first init hace 3 años
gotrack.go baca853c99 first init hace 3 años
headermap.go baca853c99 first init hace 3 años
http2.go baca853c99 first init hace 3 años
not_go111.go baca853c99 first init hace 3 años
pipe.go baca853c99 first init hace 3 años
server.go baca853c99 first init hace 3 años
transport.go baca853c99 first init hace 3 años
write.go baca853c99 first init hace 3 años
writesched.go baca853c99 first init hace 3 años
writesched_priority.go baca853c99 first init hace 3 años
writesched_random.go baca853c99 first init hace 3 años

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