open-vault/vendor/golang.org/x/net/http2
2018-10-03 09:55:26 -07:00
..
hpack Update Deps (#5454) 2018-10-03 09:55:26 -07:00
ciphers.go Bump deps 2018-01-26 18:51:00 -05:00
client_conn_pool.go Minor dep sync 2018-07-11 16:04:02 -04:00
configure_transport.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
databuffer.go
Dockerfile
errors.go
flow.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
frame.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
go16.go
go17.go Minor dep sync 2018-07-11 16:04:02 -04:00
go17_not18.go
go18.go Bump deps 2017-07-18 10:15:54 -04:00
go19.go
go111.go Update Deps (#5454) 2018-10-03 09:55:26 -07: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_go16.go
not_go17.go Minor dep sync 2018-07-11 16:04:02 -04:00
not_go18.go Bump deps 2017-07-18 10:15:54 -04:00
not_go19.go
not_go111.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
pipe.go
README
server.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
transport.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
write.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
writesched.go
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:+