Igor Postelnik 741cd66c9e TUN-3375: Upgrade coredns and prometheus dependencies 4 years ago
..
hpack a99780ed9d TUN-3161: Upgrade golang.org/x/ deps 4 years ago
.gitignore d06fc520c7 TUN-528: Move cloudflared into a separate repo 6 years ago
Dockerfile d06fc520c7 TUN-528: Move cloudflared into a separate repo 6 years ago
Makefile d06fc520c7 TUN-528: Move cloudflared into a separate repo 6 years ago
README d06fc520c7 TUN-528: Move cloudflared into a separate repo 6 years ago
ciphers.go d06fc520c7 TUN-528: Move cloudflared into a separate repo 6 years ago
client_conn_pool.go a99780ed9d TUN-3161: Upgrade golang.org/x/ deps 4 years ago
databuffer.go d06fc520c7 TUN-528: Move cloudflared into a separate repo 6 years ago
errors.go d06fc520c7 TUN-528: Move cloudflared into a separate repo 6 years ago
flow.go a99780ed9d TUN-3161: Upgrade golang.org/x/ deps 4 years ago
frame.go bab7583a97 TUN-1734: Pin packages at exact versions 5 years ago
go111.go bab7583a97 TUN-1734: Pin packages at exact versions 5 years ago
gotrack.go d06fc520c7 TUN-528: Move cloudflared into a separate repo 6 years ago
headermap.go bab7583a97 TUN-1734: Pin packages at exact versions 5 years ago
http2.go a99780ed9d TUN-3161: Upgrade golang.org/x/ deps 4 years ago
not_go111.go bab7583a97 TUN-1734: Pin packages at exact versions 5 years ago
pipe.go a37da2b165 AUTH-2394 added socks5 proxy 4 years ago
server.go 741cd66c9e TUN-3375: Upgrade coredns and prometheus dependencies 4 years ago
transport.go 741cd66c9e TUN-3375: Upgrade coredns and prometheus dependencies 4 years ago
write.go bab7583a97 TUN-1734: Pin packages at exact versions 5 years ago
writesched.go 91d9dca34e AUTH-2105: Adds support for local forwarding. Refactor auditlogger creation. 5 years ago
writesched_priority.go 91d9dca34e AUTH-2105: Adds support for local forwarding. Refactor auditlogger creation. 5 years ago
writesched_random.go 91d9dca34e AUTH-2105: Adds support for local forwarding. Refactor auditlogger creation. 5 years ago

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