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

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