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

..27-Aug-2021-

hpack/H27-Aug-2021-1,4561,055

.gitignoreH A D27-Aug-202111 32

DockerfileH A D27-Aug-20211.5 KiB5242

MakefileH A D27-Aug-202144 42

READMEH A D27-Aug-2021626 2113

ciphers.goH A D27-Aug-202134.4 KiB642612

client_conn_pool.goH A D27-Aug-20217.4 KiB279202

databuffer.goH A D27-Aug-20213.9 KiB147108

errors.goH A D27-Aug-20214.1 KiB13489

flow.goH A D27-Aug-20211.1 KiB5331

frame.goH A D27-Aug-202144.7 KiB1,6151,114

go111.goH A D27-Aug-2021722 3119

gotrack.goH A D27-Aug-20213.1 KiB171134

headermap.goH A D27-Aug-20211.7 KiB8979

http2.goH A D27-Aug-20219.5 KiB386240

not_go111.goH A D27-Aug-2021534 2210

pipe.goH A D27-Aug-20213.9 KiB169125

server.goH A D27-Aug-202191.8 KiB2,9852,061

transport.goH A D27-Aug-202177 KiB2,7612,083

write.goH A D27-Aug-202110.5 KiB366244

writesched.goH A D27-Aug-20217.5 KiB249147

writesched_priority.goH A D27-Aug-202113.5 KiB453306

writesched_random.goH A D27-Aug-20212 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