• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Jul-2019-

hpack/H25-Jul-2019-1,4491,053

.gitignoreH A D25-Jul-201911 32

DockerfileH A D25-Jul-20191.5 KiB5242

MakefileH A D25-Jul-201944 42

READMEH A D25-Jul-2019626 2113

ciphers.goH A D25-Jul-201934.4 KiB642612

client_conn_pool.goH A D25-Jul-20197.5 KiB283205

databuffer.goH A D25-Jul-20193.9 KiB147108

errors.goH A D25-Jul-20194.1 KiB13489

flow.goH A D25-Jul-20191.1 KiB5130

frame.goH A D25-Jul-201944.7 KiB1,6151,114

go111.goH A D25-Jul-2019704 3019

gotrack.goH A D25-Jul-20193.1 KiB171134

headermap.goH A D25-Jul-20191.7 KiB8979

http2.goH A D25-Jul-20199.5 KiB385242

not_go111.goH A D25-Jul-2019515 2110

pipe.goH A D25-Jul-20193.8 KiB164120

server.goH A D25-Jul-201989.8 KiB2,9322,038

transport.goH A D25-Jul-201972.2 KiB2,6111,980

write.goH A D25-Jul-201910.5 KiB366244

writesched.goH A D25-Jul-20197.2 KiB243144

writesched_priority.goH A D25-Jul-201913.5 KiB453306

writesched_random.goH A D25-Jul-20191.9 KiB7346

README

1This is a work-in-progress HTTP/2 implementation for Go.
2
3It will eventually live in the Go standard library and won't require
4any changes to your code to use.  It will just be automatic.
5
6Status:
7
8* The server support is pretty good. A few things are missing
9  but are being worked on.
10* The client work has just started but shares a lot of code
11  is coming along much quicker.
12
13Docs are at https://godoc.org/golang.org/x/net/http2
14
15Demo test server at https://http2.golang.org/
16
17Help & bug reports welcome!
18
19Contributing: https://golang.org/doc/contribute.html
20Bugs:         https://golang.org/issue/new?title=x/net/http2:+
21