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

..26-Jul-2017-

h2demo/H26-Jul-2017-2,9722,752

h2i/H26-Jul-2017-617516

hpack/H26-Jul-2017-2,7502,178

testdata/H26-Jul-2017-5,0224,781

.gitignoreH A D26-Jul-201711 32

DockerfileH A D26-Jul-20171.5 KiB5242

MakefileH A D26-Jul-201744 42

READMEH A D26-Jul-2017626 2113

ciphers.goH A D26-Jul-201734.4 KiB642612

ciphers_test.goH A D26-Jul-201712.8 KiB310299

client_conn_pool.goH A D26-Jul-20176.4 KiB257194

configure_transport.goH A D26-Jul-20172.2 KiB8161

databuffer.goH A D26-Jul-20173.9 KiB147108

databuffer_test.goH A D26-Jul-20174.3 KiB158139

errors.goH A D26-Jul-20174.1 KiB13489

errors_test.goH A D26-Jul-2017533 2518

flow.goH A D26-Jul-20171.1 KiB5130

flow_test.goH A D26-Jul-20171.3 KiB5443

frame.goH A D26-Jul-201743.9 KiB1,5801,087

frame_test.goH A D26-Jul-201729.1 KiB1,1921,120

go16.goH A D26-Jul-2017331 178

go17.goH A D26-Jul-20172.5 KiB10781

go17_not18.goH A D26-Jul-20171.3 KiB3727

go18.goH A D26-Jul-20171.3 KiB5740

go18_test.goH A D26-Jul-20171.8 KiB8061

go19.goH A D26-Jul-2017347 178

go19_test.goH A D26-Jul-20171.3 KiB6147

gotrack.goH A D26-Jul-20173.1 KiB171134

gotrack_test.goH A D26-Jul-2017761 3425

headermap.goH A D26-Jul-20171.4 KiB7970

http2.goH A D26-Jul-20179.7 KiB392247

http2_test.goH A D26-Jul-20174.8 KiB200169

not_go16.goH A D26-Jul-2017412 2211

not_go17.goH A D26-Jul-20172.4 KiB8864

not_go18.goH A D26-Jul-2017632 3016

not_go19.goH A D26-Jul-2017325 177

pipe.goH A D26-Jul-20173.8 KiB164120

pipe_test.goH A D26-Jul-20172.7 KiB131115

server.goH A D26-Jul-201786.2 KiB2,8582,020

server_push_test.goH A D26-Jul-201714.3 KiB522462

server_test.goH A D26-Jul-2017102 KiB3,7223,179

transport.goH A D26-Jul-201758 KiB2,1351,622

transport_test.goH A D26-Jul-201777 KiB3,0422,683

write.goH A D26-Jul-201710.6 KiB371249

writesched.goH A D26-Jul-20177.2 KiB243144

writesched_priority.goH A D26-Jul-201713.5 KiB453306

writesched_priority_test.goH A D26-Jul-201717.1 KiB542440

writesched_random.goH A D26-Jul-20171.9 KiB7346

writesched_random_test.goH A D26-Jul-20171.1 KiB4535

writesched_test.goH A D26-Jul-20173.3 KiB126103

z_spec_test.goH A D26-Jul-20177.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