Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Andrea Spacca ec086b4eb3 Bump google.golang.org/api il y a 5 ans
..
h2c Bump google.golang.org/api il y a 5 ans
h2demo Bump google.golang.org/api il y a 5 ans
h2i Bump google.golang.org/api il y a 5 ans
hpack Bump google.golang.org/api il y a 5 ans
testdata Major rewrite il y a 7 ans
.gitignore Major rewrite il y a 7 ans
Dockerfile Major rewrite il y a 7 ans
Makefile Major rewrite il y a 7 ans
README Major rewrite il y a 7 ans
ciphers.go Bump google.golang.org/api il y a 5 ans
ciphers_test.go Bump google.golang.org/api il y a 5 ans
client_conn_pool.go Bump google.golang.org/api il y a 5 ans
databuffer.go Major rewrite il y a 7 ans
databuffer_test.go Bump google.golang.org/api il y a 5 ans
errors.go Bump google.golang.org/api il y a 5 ans
errors_test.go Major rewrite il y a 7 ans
flow.go Bump google.golang.org/api il y a 5 ans
flow_test.go Bump google.golang.org/api il y a 5 ans
frame.go Bump google.golang.org/api il y a 5 ans
frame_test.go Bump google.golang.org/api il y a 5 ans
go111.go Bump google.golang.org/api il y a 5 ans
gotrack.go Major rewrite il y a 7 ans
gotrack_test.go Major rewrite il y a 7 ans
headermap.go Bump google.golang.org/api il y a 5 ans
http2.go Bump google.golang.org/api il y a 5 ans
http2_test.go Bump google.golang.org/api il y a 5 ans
not_go111.go Bump google.golang.org/api il y a 5 ans
pipe.go Bump google.golang.org/api il y a 5 ans
pipe_test.go Bump google.golang.org/api il y a 5 ans
server.go Bump google.golang.org/api il y a 5 ans
server_push_test.go Bump google.golang.org/api il y a 5 ans
server_test.go Bump google.golang.org/api il y a 5 ans
transport.go Bump google.golang.org/api il y a 5 ans
transport_test.go Bump google.golang.org/api il y a 5 ans
write.go Bump google.golang.org/api il y a 5 ans
writesched.go Major rewrite il y a 7 ans
writesched_priority.go Bump google.golang.org/api il y a 5 ans
writesched_priority_test.go Major rewrite il y a 7 ans
writesched_random.go Major rewrite il y a 7 ans
writesched_random_test.go Major rewrite il y a 7 ans
writesched_test.go Major rewrite il y a 7 ans
z_spec_test.go Major rewrite 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:+