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

..14-Nov-2018-

h2c/H14-Nov-2018-552403

h2demo/H14-Nov-2018-3,2222,962

h2i/H14-Nov-2018-621520

hpack/H14-Nov-2018-2,8062,225

testdata/H14-Nov-2018-5,0224,781

.gitignoreH A D14-Nov-201811 32

DockerfileH A D14-Nov-20181.5 KiB5242

MakefileH A D14-Nov-201844 42

READMEH A D14-Nov-2018626 2113

ciphers.goH A D14-Nov-201834.4 KiB642612

ciphers_test.goH A D14-Nov-201812.8 KiB310299

client_conn_pool.goH A D14-Nov-20187.5 KiB283205

databuffer.goH A D14-Nov-20183.9 KiB147108

databuffer_test.goH A D14-Nov-20184.3 KiB156139

errors.goH A D14-Nov-20184.1 KiB13489

errors_test.goH A D14-Nov-2018533 2518

flow.goH A D14-Nov-20181.1 KiB5130

flow_test.goH A D14-Nov-20181.9 KiB8876

frame.goH A D14-Nov-201844.7 KiB1,6151,114

frame_test.goH A D14-Nov-201830.2 KiB1,2361,159

go111.goH A D14-Nov-2018704 3019

gotrack.goH A D14-Nov-20183.1 KiB171134

gotrack_test.goH A D14-Nov-2018761 3425

headermap.goH A D14-Nov-20181.7 KiB8979

http2.goH A D14-Nov-20189.5 KiB385242

http2_test.goH A D14-Nov-20186.8 KiB281234

not_go111.goH A D14-Nov-2018515 2110

pipe.goH A D14-Nov-20183.8 KiB164120

pipe_test.goH A D14-Nov-20182.7 KiB131115

server.goH A D14-Nov-201889.1 KiB2,9022,017

server_push_test.goH A D14-Nov-201814.3 KiB520462

server_test.goH A D14-Nov-2018106.4 KiB3,8993,340

transport.goH A D14-Nov-201871.2 KiB2,5831,966

transport_test.goH A D14-Nov-2018110.6 KiB4,2793,731

write.goH A D14-Nov-201810.5 KiB366244

writesched.goH A D14-Nov-20187.2 KiB243144

writesched_priority.goH A D14-Nov-201813.5 KiB453306

writesched_priority_test.goH A D14-Nov-201817.1 KiB542440

writesched_random.goH A D14-Nov-20181.9 KiB7346

writesched_random_test.goH A D14-Nov-20181.1 KiB4535

writesched_test.goH A D14-Nov-20183.3 KiB126103

z_spec_test.goH A D14-Nov-20187.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