cloudflared-mirror/vendor/golang.org/x/net/http2
Dalton a37da2b165 AUTH-2394 added socks5 proxy 2020-04-07 13:30:28 -05:00
..
hpack AUTH-2105: Adds support for local forwarding. Refactor auditlogger creation. 2019-10-10 15:25:03 -05:00
.gitignore TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
Dockerfile TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
Makefile TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
README TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
ciphers.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
client_conn_pool.go TUN-1734: Pin packages at exact versions 2019-04-17 18:16:56 -05:00
databuffer.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
errors.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
flow.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
frame.go TUN-1734: Pin packages at exact versions 2019-04-17 18:16:56 -05:00
go111.go TUN-1734: Pin packages at exact versions 2019-04-17 18:16:56 -05:00
gotrack.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
headermap.go TUN-1734: Pin packages at exact versions 2019-04-17 18:16:56 -05:00
http2.go TUN-1734: Pin packages at exact versions 2019-04-17 18:16:56 -05:00
not_go111.go TUN-1734: Pin packages at exact versions 2019-04-17 18:16:56 -05:00
pipe.go AUTH-2394 added socks5 proxy 2020-04-07 13:30:28 -05:00
server.go AUTH-2394 added socks5 proxy 2020-04-07 13:30:28 -05:00
transport.go AUTH-2394 added socks5 proxy 2020-04-07 13:30:28 -05:00
write.go TUN-1734: Pin packages at exact versions 2019-04-17 18:16:56 -05:00
writesched.go AUTH-2105: Adds support for local forwarding. Refactor auditlogger creation. 2019-10-10 15:25:03 -05:00
writesched_priority.go AUTH-2105: Adds support for local forwarding. Refactor auditlogger creation. 2019-10-10 15:25:03 -05:00
writesched_random.go AUTH-2105: Adds support for local forwarding. Refactor auditlogger creation. 2019-10-10 15:25:03 -05:00

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