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

..19-Nov-2020-

hpack/H19-Nov-2020-1,4561,055

DockerfileH A D19-Nov-20201.5 KiB5242

MakefileH A D19-Nov-202044 42

READMEH A D19-Nov-2020626 2113

ciphers.goH A D19-Nov-202034.4 KiB642612

client_conn_pool.goH A D19-Nov-20207.4 KiB279202

databuffer.goH A D19-Nov-20203.9 KiB147108

errors.goH A D19-Nov-20204.1 KiB13489

flow.goH A D19-Nov-20201.1 KiB5331

frame.goH A D19-Nov-202044.7 KiB1,6151,114

go111.goH A D19-Nov-2020704 3019

gotrack.goH A D19-Nov-20203.1 KiB171134

headermap.goH A D19-Nov-20201.7 KiB8979

http2.goH A D19-Nov-20209.5 KiB386240

not_go111.goH A D19-Nov-2020515 2110

pipe.goH A D19-Nov-20203.9 KiB169125

server.goH A D19-Nov-202091.1 KiB2,9652,057

transport.goH A D19-Nov-202074.5 KiB2,6772,027

write.goH A D19-Nov-202010.5 KiB366244

writesched.goH A D19-Nov-20207.5 KiB249147

writesched_priority.goH A D19-Nov-202013.5 KiB453306

writesched_random.goH A D19-Nov-20202 KiB7850

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