open-vault/vendor/golang.org/x/net/http2
2019-09-04 16:46:00 -07:00
..
hpack Update deps (#6580) 2019-04-12 11:51:37 -04:00
.gitignore Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
ciphers.go
client_conn_pool.go Minor dep sync 2018-07-11 16:04:02 -04:00
databuffer.go
Dockerfile
errors.go
flow.go
frame.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
go111.go Update x/net deps to pull in some fixes. (#5827) 2018-11-20 13:29:13 -08:00
gotrack.go
headermap.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
http2.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
Makefile
not_go111.go Update x/net deps to pull in some fixes. (#5827) 2018-11-20 13:29:13 -08:00
pipe.go
README
server.go Bundle OCI Auth method (#7422) 2019-09-04 16:46:00 -07:00
transport.go Bundle OCI Auth method (#7422) 2019-09-04 16:46:00 -07:00
write.go Update x/net deps to pull in some fixes. (#5827) 2018-11-20 13:29:13 -08:00
writesched.go Bundle OCI Auth method (#7422) 2019-09-04 16:46:00 -07:00
writesched_priority.go
writesched_random.go

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