25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Andrea Spacca ec086b4eb3 Bump google.golang.org/api 5 yıl önce
..
h2c Bump google.golang.org/api 5 yıl önce
h2demo Bump google.golang.org/api 5 yıl önce
h2i Bump google.golang.org/api 5 yıl önce
hpack Bump google.golang.org/api 5 yıl önce
testdata Major rewrite 7 yıl önce
.gitignore Major rewrite 7 yıl önce
Dockerfile Major rewrite 7 yıl önce
Makefile Major rewrite 7 yıl önce
README Major rewrite 7 yıl önce
ciphers.go Bump google.golang.org/api 5 yıl önce
ciphers_test.go Bump google.golang.org/api 5 yıl önce
client_conn_pool.go Bump google.golang.org/api 5 yıl önce
databuffer.go Major rewrite 7 yıl önce
databuffer_test.go Bump google.golang.org/api 5 yıl önce
errors.go Bump google.golang.org/api 5 yıl önce
errors_test.go Major rewrite 7 yıl önce
flow.go Bump google.golang.org/api 5 yıl önce
flow_test.go Bump google.golang.org/api 5 yıl önce
frame.go Bump google.golang.org/api 5 yıl önce
frame_test.go Bump google.golang.org/api 5 yıl önce
go111.go Bump google.golang.org/api 5 yıl önce
gotrack.go Major rewrite 7 yıl önce
gotrack_test.go Major rewrite 7 yıl önce
headermap.go Bump google.golang.org/api 5 yıl önce
http2.go Bump google.golang.org/api 5 yıl önce
http2_test.go Bump google.golang.org/api 5 yıl önce
not_go111.go Bump google.golang.org/api 5 yıl önce
pipe.go Bump google.golang.org/api 5 yıl önce
pipe_test.go Bump google.golang.org/api 5 yıl önce
server.go Bump google.golang.org/api 5 yıl önce
server_push_test.go Bump google.golang.org/api 5 yıl önce
server_test.go Bump google.golang.org/api 5 yıl önce
transport.go Bump google.golang.org/api 5 yıl önce
transport_test.go Bump google.golang.org/api 5 yıl önce
write.go Bump google.golang.org/api 5 yıl önce
writesched.go Major rewrite 7 yıl önce
writesched_priority.go Bump google.golang.org/api 5 yıl önce
writesched_priority_test.go Major rewrite 7 yıl önce
writesched_random.go Major rewrite 7 yıl önce
writesched_random_test.go Major rewrite 7 yıl önce
writesched_test.go Major rewrite 7 yıl önce
z_spec_test.go Major rewrite 7 yıl önce

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