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

..25-Jun-2020-

h2c/H25-Jun-2020-555406

h2demo/H25-Jun-2020-2,9252,717

h2i/H25-Jun-2020-621520

hpack/H25-Jun-2020-2,8292,236

testdata/H25-Jun-2020-5,0224,781

.gitignoreH A D25-Jun-202011 32

DockerfileH A D25-Jun-20201.5 KiB5242

MakefileH A D25-Jun-202044 42

READMEH A D25-Jun-2020626 2113

ciphers.goH A D25-Jun-202034.4 KiB642612

ciphers_test.goH A D25-Jun-202012.8 KiB310299

client_conn_pool.goH A D25-Jun-20207.4 KiB279202

databuffer.goH A D25-Jun-20203.9 KiB147108

databuffer_test.goH A D25-Jun-20204.3 KiB156139

errors.goH A D25-Jun-20204.1 KiB13489

errors_test.goH A D25-Jun-2020533 2518

flow.goH A D25-Jun-20201.1 KiB5331

flow_test.goH A D25-Jun-20201.9 KiB8876

frame.goH A D25-Jun-202044.7 KiB1,6151,114

frame_test.goH A D25-Jun-202030.4 KiB1,2441,166

go111.goH A D25-Jun-2020704 3019

gotrack.goH A D25-Jun-20203.1 KiB171134

gotrack_test.goH A D25-Jun-2020761 3425

headermap.goH A D25-Jun-20201.7 KiB8979

http2.goH A D25-Jun-20209.5 KiB386240

http2_test.goH A D25-Jun-20206.9 KiB291243

not_go111.goH A D25-Jun-2020515 2110

pipe.goH A D25-Jun-20203.9 KiB169125

pipe_test.goH A D25-Jun-20203 KiB143127

server.goH A D25-Jun-202091.1 KiB2,9652,057

server_push_test.goH A D25-Jun-202014.3 KiB520462

server_test.goH A D25-Jun-2020111.6 KiB4,1013,521

transport.goH A D25-Jun-202076.2 KiB2,7332,062

transport_test.goH A D25-Jun-2020123 KiB4,7354,133

write.goH A D25-Jun-202010.5 KiB366244

writesched.goH A D25-Jun-20207.5 KiB249147

writesched_priority.goH A D25-Jun-202013.5 KiB453306

writesched_priority_test.goH A D25-Jun-202017.1 KiB542440

writesched_random.goH A D25-Jun-20202 KiB7850

writesched_random_test.goH A D25-Jun-20201.6 KiB6148

writesched_test.goH A D25-Jun-20203.5 KiB131107

z_spec_test.goH A D25-Jun-20207.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