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

..13-Jun-2019-

h2c/H13-Jun-2019-574422

h2demo/H13-Jun-2019-3,2222,962

h2i/H13-Jun-2019-680576

hpack/H13-Jun-2019-2,8312,247

testdata/H13-Jun-2019-5,0224,781

.gitignoreH A D13-Jun-201911 32

BUILD.bazelH A D13-Jun-20191.9 KiB7370

DockerfileH A D13-Jun-20191.5 KiB5242

MakefileH A D13-Jun-201944 42

READMEH A D13-Jun-2019626 2113

ciphers.goH A D13-Jun-201934.4 KiB642612

ciphers_test.goH A D13-Jun-201912.8 KiB310299

client_conn_pool.goH A D13-Jun-20197.5 KiB283205

configure_transport.goH A D13-Jun-20192.4 KiB8361

databuffer.goH A D13-Jun-20193.9 KiB147108

databuffer_test.goH A D13-Jun-20194.3 KiB158139

errors.goH A D13-Jun-20194.1 KiB13489

errors_test.goH A D13-Jun-2019533 2518

flow.goH A D13-Jun-20191.1 KiB5130

flow_test.goH A D13-Jun-20191.9 KiB8876

frame.goH A D13-Jun-201944.7 KiB1,6151,114

frame_test.goH A D13-Jun-201930.2 KiB1,2361,159

go111.goH A D13-Jun-2019647 2716

go16.goH A D13-Jun-2019331 178

go17.goH A D13-Jun-20192.9 KiB12292

go17_not18.goH A D13-Jun-20191.3 KiB3727

go18.goH A D13-Jun-20191.3 KiB5740

go18_test.goH A D13-Jun-20191.8 KiB8061

go19.goH A D13-Jun-2019347 178

go19_test.goH A D13-Jun-20191.3 KiB6046

gotrack.goH A D13-Jun-20193.1 KiB171134

gotrack_test.goH A D13-Jun-2019761 3425

headermap.goH A D13-Jun-20191.7 KiB8979

http2.goH A D13-Jun-20199.5 KiB385242

http2_test.goH A D13-Jun-20195.5 KiB228191

not_go111.goH A D13-Jun-2019458 187

not_go16.goH A D13-Jun-2019412 2211

not_go17.goH A D13-Jun-20192.6 KiB9670

not_go18.goH A D13-Jun-2019632 3016

not_go19.goH A D13-Jun-2019325 177

pipe.goH A D13-Jun-20193.8 KiB164120

pipe_test.goH A D13-Jun-20192.7 KiB131115

server.goH A D13-Jun-201988.7 KiB2,8912,006

server_push_test.goH A D13-Jun-201914.3 KiB522462

server_test.goH A D13-Jun-2019105.3 KiB3,8533,300

transport.goH A D13-Jun-201967.8 KiB2,4541,856

transport_test.goH A D13-Jun-2019108.3 KiB4,1863,646

write.goH A D13-Jun-201910.5 KiB366244

writesched.goH A D13-Jun-20197.2 KiB243144

writesched_priority.goH A D13-Jun-201913.5 KiB453306

writesched_priority_test.goH A D13-Jun-201917.1 KiB542440

writesched_random.goH A D13-Jun-20191.9 KiB7346

writesched_random_test.goH A D13-Jun-20191.1 KiB4535

writesched_test.goH A D13-Jun-20193.3 KiB126103

z_spec_test.goH A D13-Jun-20197.3 KiB357314

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