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

..14-Jun-2021-

h2c/H14-Jun-2021-609455

h2demo/H14-Jun-2021-2,9212,713

h2i/H14-Jun-2021-622520

hpack/H14-Jun-2021-2,8292,236

testdata/H14-Jun-2021-5,0224,781

.gitignoreH A D14-Jun-202111 32

DockerfileH A D14-Jun-20211.5 KiB5242

MakefileH A D14-Jun-202144 42

READMEH A D14-Jun-2021626 2113

ascii.goH A D14-Jun-20211.3 KiB5433

ascii_test.goH A D14-Jun-20211.8 KiB9688

ciphers.goH A D14-Jun-202134.4 KiB642612

ciphers_test.goH A D14-Jun-202112.8 KiB310299

client_conn_pool.goH A D14-Jun-20218.6 KiB314222

databuffer.goH A D14-Jun-20213.9 KiB147108

databuffer_test.goH A D14-Jun-20214.3 KiB156139

errors.goH A D14-Jun-20214.1 KiB13489

errors_test.goH A D14-Jun-2021533 2518

flow.goH A D14-Jun-20211.1 KiB5331

flow_test.goH A D14-Jun-20211.9 KiB8876

frame.goH A D14-Jun-202144.7 KiB1,6151,114

frame_test.goH A D14-Jun-202130.4 KiB1,2441,166

go111.goH A D14-Jun-2021722 3119

go115.goH A D14-Jun-2021688 2816

gotrack.goH A D14-Jun-20213.1 KiB171134

gotrack_test.goH A D14-Jun-2021761 3425

headermap.goH A D14-Jun-20211.7 KiB8878

http2.goH A D14-Jun-20219.5 KiB386240

http2_test.goH A D14-Jun-20218.4 KiB349290

not_go111.goH A D14-Jun-2021534 2210

not_go115.goH A D14-Jun-2021703 3221

pipe.goH A D14-Jun-20213.9 KiB169125

pipe_test.goH A D14-Jun-20213 KiB143127

server.goH A D14-Jun-202191.7 KiB2,9792,055

server_push_test.goH A D14-Jun-202114.3 KiB520462

server_test.goH A D14-Jun-2021116.7 KiB4,3443,743

transport.goH A D14-Jun-202177.2 KiB2,7582,072

transport_go117_test.goH A D14-Jun-20214.3 KiB170136

transport_test.goH A D14-Jun-2021126.8 KiB4,9024,266

write.goH A D14-Jun-202110.7 KiB371247

writesched.goH A D14-Jun-20217.5 KiB249147

writesched_priority.goH A D14-Jun-202113.5 KiB453306

writesched_priority_test.goH A D14-Jun-202117.1 KiB542440

writesched_random.goH A D14-Jun-20212 KiB7850

writesched_random_test.goH A D14-Jun-20211.6 KiB6148

writesched_test.goH A D14-Jun-20213.5 KiB131107

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