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

..05-Apr-2021-

h2c/H05-Apr-2021-609455

h2demo/H05-Apr-2021-2,9212,713

h2i/H05-Apr-2021-622520

hpack/H05-Apr-2021-2,8292,236

testdata/H05-Apr-2021-5,0224,781

.gitignoreH A D05-Apr-202111 32

DockerfileH A D05-Apr-20211.5 KiB5242

MakefileH A D05-Apr-202144 42

READMEH A D05-Apr-2021626 2113

ciphers.goH A D05-Apr-202134.4 KiB642612

ciphers_test.goH A D05-Apr-202112.8 KiB310299

client_conn_pool.goH A D05-Apr-20217.4 KiB279202

databuffer.goH A D05-Apr-20213.9 KiB147108

databuffer_test.goH A D05-Apr-20214.3 KiB156139

errors.goH A D05-Apr-20214.1 KiB13489

errors_test.goH A D05-Apr-2021533 2518

flow.goH A D05-Apr-20211.1 KiB5331

flow_test.goH A D05-Apr-20211.9 KiB8876

frame.goH A D05-Apr-202144.7 KiB1,6151,114

frame_test.goH A D05-Apr-202130.4 KiB1,2441,166

go111.goH A D05-Apr-2021722 3119

gotrack.goH A D05-Apr-20213.1 KiB171134

gotrack_test.goH A D05-Apr-2021761 3425

headermap.goH A D05-Apr-20211.7 KiB8979

http2.goH A D05-Apr-20219.5 KiB386240

http2_test.goH A D05-Apr-20216.9 KiB291243

not_go111.goH A D05-Apr-2021534 2210

pipe.goH A D05-Apr-20213.9 KiB169125

pipe_test.goH A D05-Apr-20213 KiB143127

server.goH A D05-Apr-202191.8 KiB2,9852,061

server_push_test.goH A D05-Apr-202114.3 KiB520462

server_test.goH A D05-Apr-2021116.5 KiB4,3343,733

transport.goH A D05-Apr-202177 KiB2,7612,083

transport_test.goH A D05-Apr-2021126.5 KiB4,8944,258

write.goH A D05-Apr-202110.5 KiB366244

writesched.goH A D05-Apr-20217.5 KiB249147

writesched_priority.goH A D05-Apr-202113.5 KiB453306

writesched_priority_test.goH A D05-Apr-202117.1 KiB542440

writesched_random.goH A D05-Apr-20212 KiB7850

writesched_random_test.goH A D05-Apr-20211.6 KiB6148

writesched_test.goH A D05-Apr-20213.5 KiB131107

z_spec_test.goH A D05-Apr-20217.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