Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
Andrea Spacca ec086b4eb3 Bump google.golang.org/api 5 år sedan
..
h2c Bump google.golang.org/api 5 år sedan
h2demo Bump google.golang.org/api 5 år sedan
h2i Bump google.golang.org/api 5 år sedan
hpack Bump google.golang.org/api 5 år sedan
testdata Major rewrite 7 år sedan
.gitignore Major rewrite 7 år sedan
Dockerfile Major rewrite 7 år sedan
Makefile Major rewrite 7 år sedan
README Major rewrite 7 år sedan
ciphers.go Bump google.golang.org/api 5 år sedan
ciphers_test.go Bump google.golang.org/api 5 år sedan
client_conn_pool.go Bump google.golang.org/api 5 år sedan
databuffer.go Major rewrite 7 år sedan
databuffer_test.go Bump google.golang.org/api 5 år sedan
errors.go Bump google.golang.org/api 5 år sedan
errors_test.go Major rewrite 7 år sedan
flow.go Bump google.golang.org/api 5 år sedan
flow_test.go Bump google.golang.org/api 5 år sedan
frame.go Bump google.golang.org/api 5 år sedan
frame_test.go Bump google.golang.org/api 5 år sedan
go111.go Bump google.golang.org/api 5 år sedan
gotrack.go Major rewrite 7 år sedan
gotrack_test.go Major rewrite 7 år sedan
headermap.go Bump google.golang.org/api 5 år sedan
http2.go Bump google.golang.org/api 5 år sedan
http2_test.go Bump google.golang.org/api 5 år sedan
not_go111.go Bump google.golang.org/api 5 år sedan
pipe.go Bump google.golang.org/api 5 år sedan
pipe_test.go Bump google.golang.org/api 5 år sedan
server.go Bump google.golang.org/api 5 år sedan
server_push_test.go Bump google.golang.org/api 5 år sedan
server_test.go Bump google.golang.org/api 5 år sedan
transport.go Bump google.golang.org/api 5 år sedan
transport_test.go Bump google.golang.org/api 5 år sedan
write.go Bump google.golang.org/api 5 år sedan
writesched.go Major rewrite 7 år sedan
writesched_priority.go Bump google.golang.org/api 5 år sedan
writesched_priority_test.go Major rewrite 7 år sedan
writesched_random.go Major rewrite 7 år sedan
writesched_random_test.go Major rewrite 7 år sedan
writesched_test.go Major rewrite 7 år sedan
z_spec_test.go Major rewrite 7 år sedan

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