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

..09-Dec-2019-

h2c/H09-Dec-2019-555406

h2demo/H09-Dec-2019-2,9232,715

h2i/H09-Dec-2019-621520

hpack/H09-Dec-2019-2,8222,234

testdata/H09-Dec-2019-5,0224,781

.gitignoreH A D09-Dec-201911 32

DockerfileH A D09-Dec-20191.5 KiB5242

MakefileH A D09-Dec-201944 42

READMEH A D09-Dec-2019626 2113

ciphers.goH A D09-Dec-201934.4 KiB642612

ciphers_test.goH A D09-Dec-201912.8 KiB310299

client_conn_pool.goH A D09-Dec-20197.5 KiB283205

databuffer.goH A D09-Dec-20193.9 KiB147108

databuffer_test.goH A D09-Dec-20194.3 KiB156139

errors.goH A D09-Dec-20194.1 KiB13489

errors_test.goH A D09-Dec-2019533 2518

flow.goH A D09-Dec-20191.1 KiB5130

flow_test.goH A D09-Dec-20191.9 KiB8876

frame.goH A D09-Dec-201944.7 KiB1,6151,114

frame_test.goH A D09-Dec-201930.2 KiB1,2361,159

go111.goH A D09-Dec-2019704 3019

gotrack.goH A D09-Dec-20193.1 KiB171134

gotrack_test.goH A D09-Dec-2019761 3425

headermap.goH A D09-Dec-20191.7 KiB8979

http2.goH A D09-Dec-20199.5 KiB385242

http2_test.goH A D09-Dec-20196.9 KiB291243

not_go111.goH A D09-Dec-2019515 2110

pipe.goH A D09-Dec-20193.9 KiB169125

pipe_test.goH A D09-Dec-20193 KiB143127

server.goH A D09-Dec-201991.2 KiB2,9662,058

server_push_test.goH A D09-Dec-201914.3 KiB520462

server_test.goH A D09-Dec-2019111.5 KiB4,1013,521

transport.goH A D09-Dec-201974.3 KiB2,6712,022

transport_test.goH A D09-Dec-2019118 KiB4,5603,971

write.goH A D09-Dec-201910.5 KiB366244

writesched.goH A D09-Dec-20197.5 KiB249147

writesched_priority.goH A D09-Dec-201913.5 KiB453306

writesched_priority_test.goH A D09-Dec-201917.1 KiB542440

writesched_random.goH A D09-Dec-20192 KiB7850

writesched_random_test.goH A D09-Dec-20191.6 KiB6148

writesched_test.goH A D09-Dec-20193.5 KiB131107

z_spec_test.goH A D09-Dec-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