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

..13-Nov-2018-

hpack/H13-Nov-2018-1,4251,037

DockerfileH A D13-Nov-20181.5 KiB5242

MakefileH A D13-Nov-201844 42

READMEH A D13-Nov-2018626 2113

ciphers.goH A D13-Nov-201834.4 KiB642612

client_conn_pool.goH A D13-Nov-20186.4 KiB257194

configure_transport.goH A D13-Nov-20182.2 KiB8161

databuffer.goH A D13-Nov-20183.9 KiB147108

errors.goH A D13-Nov-20184.1 KiB13489

flow.goH A D13-Nov-20181.1 KiB5130

frame.goH A D13-Nov-201843.9 KiB1,5801,087

go16.goH A D13-Nov-2018331 178

go17.goH A D13-Nov-20182.5 KiB10781

go17_not18.goH A D13-Nov-20181.3 KiB3727

go18.goH A D13-Nov-20181.3 KiB5740

go19.goH A D13-Nov-2018347 178

gotrack.goH A D13-Nov-20183.1 KiB171134

headermap.goH A D13-Nov-20181.4 KiB7970

http2.goH A D13-Nov-20189.7 KiB392247

not_go16.goH A D13-Nov-2018412 2211

not_go17.goH A D13-Nov-20182.4 KiB8864

not_go18.goH A D13-Nov-2018632 3016

not_go19.goH A D13-Nov-2018325 177

pipe.goH A D13-Nov-20183.8 KiB164120

server.goH A D13-Nov-201887 KiB2,8642,010

transport.goH A D13-Nov-201862.9 KiB2,2851,736

write.goH A D13-Nov-201810.5 KiB366244

writesched.goH A D13-Nov-20187.2 KiB243144

writesched_priority.goH A D13-Nov-201813.5 KiB453306

writesched_random.goH A D13-Nov-20181.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