pokemon-go-trade / vendor / golang.org / x / net / http2 /
Simon Lindgren authored on 12 Feb 2021
..
h2c first commit 3 years ago
h2demo first commit 3 years ago
h2i first commit 3 years ago
hpack first commit 3 years ago
.gitignore first commit 3 years ago
Dockerfile first commit 3 years ago
Makefile first commit 3 years ago
README first commit 3 years ago
ciphers.go first commit 3 years ago
ciphers_test.go first commit 3 years ago
client_conn_pool.go first commit 3 years ago
databuffer.go first commit 3 years ago
databuffer_test.go first commit 3 years ago
errors.go first commit 3 years ago
errors_test.go first commit 3 years ago
flow.go first commit 3 years ago
flow_test.go first commit 3 years ago
frame.go first commit 3 years ago
frame_test.go first commit 3 years ago
go111.go first commit 3 years ago
gotrack.go first commit 3 years ago
gotrack_test.go first commit 3 years ago
headermap.go first commit 3 years ago
http2.go first commit 3 years ago
http2_test.go first commit 3 years ago
not_go111.go first commit 3 years ago
pipe.go first commit 3 years ago
pipe_test.go first commit 3 years ago
server.go first commit 3 years ago
server_push_test.go first commit 3 years ago
server_test.go first commit 3 years ago
transport.go first commit 3 years ago
transport_test.go first commit 3 years ago
write.go first commit 3 years ago
writesched.go first commit 3 years ago
writesched_priority.go first commit 3 years ago
writesched_priority_test.go first commit 3 years ago
writesched_random.go first commit 3 years ago
writesched_random_test.go first commit 3 years ago
writesched_test.go first commit 3 years ago
z_spec_test.go first commit 3 years ago
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:+