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

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