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