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

..12-Jul-2019-

h2demo/H12-Jul-2019-2,6632,481

h2i/H12-Jul-2019-621520

hpack/H12-Jul-2019-1,4251,037

DockerfileH A D12-Jul-20191.5 KiB5242

MakefileH A D12-Jul-201944 42

READMEH A D12-Jul-2019626 2113

ciphers.goH A D12-Jul-201934.4 KiB642612

client_conn_pool.goH A D12-Jul-20196.4 KiB257194

configure_transport.goH A D12-Jul-20192.2 KiB8161

databuffer.goH A D12-Jul-20193.9 KiB147108

errors.goH A D12-Jul-20194.1 KiB13489

flow.goH A D12-Jul-20191.1 KiB5130

frame.goH A D12-Jul-201943.9 KiB1,5801,087

go16.goH A D12-Jul-2019331 178

go17.goH A D12-Jul-20192.5 KiB10781

go17_not18.goH A D12-Jul-20191.3 KiB3727

go18.goH A D12-Jul-20191.3 KiB5740

go19.goH A D12-Jul-2019347 178

gotrack.goH A D12-Jul-20193.1 KiB171134

headermap.goH A D12-Jul-20191.4 KiB7970

http2.goH A D12-Jul-20199.7 KiB392247

not_go16.goH A D12-Jul-2019412 2211

not_go17.goH A D12-Jul-20192.4 KiB8864

not_go18.goH A D12-Jul-2019632 3016

not_go19.goH A D12-Jul-2019325 177

pipe.goH A D12-Jul-20193.8 KiB164120

server.goH A D12-Jul-201987.1 KiB2,8672,011

transport.goH A D12-Jul-201962.9 KiB2,2851,736

write.goH A D12-Jul-201910.5 KiB366244

writesched.goH A D12-Jul-20197.2 KiB243144

writesched_priority.goH A D12-Jul-201913.5 KiB453306

writesched_random.goH A D12-Jul-20191.9 KiB7346

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