Tobias von Dewitz 75fda08e43 added periodic reconnect to nats 6 yıl önce
..
hpack 75fda08e43 added periodic reconnect to nats 6 yıl önce
Dockerfile 75fda08e43 added periodic reconnect to nats 6 yıl önce
Makefile 75fda08e43 added periodic reconnect to nats 6 yıl önce
README 75fda08e43 added periodic reconnect to nats 6 yıl önce
ciphers.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
client_conn_pool.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
configure_transport.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
databuffer.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
errors.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
flow.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
frame.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
go111.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
go16.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
go17.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
go17_not18.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
go18.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
go19.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
gotrack.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
headermap.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
http2.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
not_go111.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
not_go16.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
not_go17.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
not_go18.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
not_go19.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
pipe.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
server.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
transport.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
write.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
writesched.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
writesched_priority.go 75fda08e43 added periodic reconnect to nats 6 yıl önce
writesched_random.go 75fda08e43 added periodic reconnect to nats 6 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:+