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

..03-Oct-2018-

h2c/H03-Oct-2018-552403

h2demo/H03-Oct-2018-3,2222,962

h2i/H03-Oct-2018-621520

hpack/H03-Oct-2018-2,8062,225

testdata/H03-Oct-2018-5,0224,781

.gitignoreH A D03-Oct-201811 32

DockerfileH A D03-Oct-20181.5 KiB5242

MakefileH A D03-Oct-201844 42

READMEH A D03-Oct-2018626 2113

ciphers.goH A D03-Oct-201834.4 KiB642612

ciphers_test.goH A D03-Oct-201812.8 KiB310299

client_conn_pool.goH A D03-Oct-20187.5 KiB283205

configure_transport.goH A D03-Oct-20182.4 KiB8361

databuffer.goH A D03-Oct-20183.9 KiB147108

databuffer_test.goH A D03-Oct-20184.3 KiB158139

errors.goH A D03-Oct-20184.1 KiB13489

errors_test.goH A D03-Oct-2018533 2518

flow.goH A D03-Oct-20181.1 KiB5130

flow_test.goH A D03-Oct-20181.9 KiB8876

frame.goH A D03-Oct-201844.7 KiB1,6151,114

frame_test.goH A D03-Oct-201830.2 KiB1,2361,159

go111.goH A D03-Oct-2018647 2716

go16.goH A D03-Oct-2018331 178

go17.goH A D03-Oct-20182.9 KiB12292

go17_not18.goH A D03-Oct-20181.3 KiB3727

go18.goH A D03-Oct-20181.3 KiB5740

go18_test.goH A D03-Oct-20181.8 KiB8061

go19.goH A D03-Oct-2018347 178

go19_test.goH A D03-Oct-20181.3 KiB6046

gotrack.goH A D03-Oct-20183.1 KiB171134

gotrack_test.goH A D03-Oct-2018761 3425

headermap.goH A D03-Oct-20181.7 KiB8979

http2.goH A D03-Oct-20189.5 KiB385242

http2_test.goH A D03-Oct-20185.5 KiB228191

not_go111.goH A D03-Oct-2018458 187

not_go16.goH A D03-Oct-2018412 2211

not_go17.goH A D03-Oct-20182.6 KiB9670

not_go18.goH A D03-Oct-2018632 3016

not_go19.goH A D03-Oct-2018325 177

pipe.goH A D03-Oct-20183.8 KiB164120

pipe_test.goH A D03-Oct-20182.7 KiB131115

server.goH A D03-Oct-201888.7 KiB2,8912,006

server_push_test.goH A D03-Oct-201814.3 KiB522462

server_test.goH A D03-Oct-2018105.3 KiB3,8533,300

transport.goH A D03-Oct-201867.8 KiB2,4541,856

transport_test.goH A D03-Oct-2018108.3 KiB4,1863,646

write.goH A D03-Oct-201810.5 KiB366244

writesched.goH A D03-Oct-20187.2 KiB243144

writesched_priority.goH A D03-Oct-201813.5 KiB453306

writesched_priority_test.goH A D03-Oct-201817.1 KiB542440

writesched_random.goH A D03-Oct-20181.9 KiB7346

writesched_random_test.goH A D03-Oct-20181.1 KiB4535

writesched_test.goH A D03-Oct-20183.3 KiB126103

z_spec_test.goH A D03-Oct-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