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

..27-Feb-2020-

hpack/H27-Feb-2020-1,4491,053

.gitignoreH A D27-Feb-202011 32

DockerfileH A D27-Feb-20201.5 KiB5242

MakefileH A D27-Feb-202044 42

READMEH A D27-Feb-2020626 2113

ciphers.goH A D27-Feb-202034.4 KiB642612

client_conn_pool.goH A D27-Feb-20207.5 KiB283205

databuffer.goH A D27-Feb-20203.9 KiB147108

errors.goH A D27-Feb-20204.1 KiB13489

flow.goH A D27-Feb-20201.1 KiB5130

frame.goH A D27-Feb-202044.7 KiB1,6151,114

go111.goH A D27-Feb-2020704 3019

gotrack.goH A D27-Feb-20203.1 KiB171134

headermap.goH A D27-Feb-20201.7 KiB8979

http2.goH A D27-Feb-20209.5 KiB385242

not_go111.goH A D27-Feb-2020515 2110

pipe.goH A D27-Feb-20203.8 KiB164120

server.goH A D27-Feb-202090.9 KiB2,9622,056

transport.goH A D27-Feb-202072.2 KiB2,6111,980

write.goH A D27-Feb-202010.5 KiB366244

writesched.goH A D27-Feb-20207.5 KiB249147

writesched_priority.goH A D27-Feb-202013.5 KiB453306

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