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

..03-May-2022-

hpack/H17-Jan-2019-1,339992

READMEH A D17-Jan-2019626 2113

client_conn_pool.goH A D17-Jan-20195.4 KiB226173

configure_transport.goH A D17-Jan-20192.6 KiB9065

errors.goH A D17-Jan-20193.7 KiB12382

fixed_buffer.goH A D17-Jan-20191.3 KiB6140

flow.goH A D17-Jan-20191.1 KiB5130

frame.goH A D17-Jan-201941.4 KiB1,4971,024

go15.goH A D17-Jan-2019287 123

gotrack.goH A D17-Jan-20193.1 KiB171134

headermap.goH A D17-Jan-20191.4 KiB7970

http2.goH A D17-Jan-201910.6 KiB464326

not_go15.goH A D17-Jan-2019281 123

not_go16.goH A D17-Jan-2019313 145

pipe.goH A D17-Jan-20193.5 KiB148105

server.goH A D17-Jan-201965.1 KiB2,1791,534

transport.goH A D17-Jan-201945.4 KiB1,6671,244

write.goH A D17-Jan-20196.6 KiB263186

writesched.goH A D17-Jan-20197.2 KiB284191

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