• Home
Name Date Size #Lines LOC

..--

hpack/03-May-2024-1,4311,040

.gitignoreD03-May-202411 32

DockerfileD03-May-20241.5 KiB5242

MakefileD03-May-202444 42

READMED03-May-2024626 2113

ciphers.goD03-May-202434.4 KiB642612

client_conn_pool.goD03-May-20246.4 KiB257194

configure_transport.goD03-May-20242.2 KiB8161

databuffer.goD03-May-20243.9 KiB147108

errors.goD03-May-20244.1 KiB13489

flow.goD03-May-20241.1 KiB5130

frame.goD03-May-202443.9 KiB1,5801,087

go16.goD03-May-2024331 178

go17.goD03-May-20242.5 KiB10781

go17_not18.goD03-May-20241.3 KiB3727

go18.goD03-May-20241.3 KiB5740

go19.goD03-May-2024347 178

gotrack.goD03-May-20243.1 KiB171134

headermap.goD03-May-20241.4 KiB7970

http2.goD03-May-20249.6 KiB392247

not_go16.goD03-May-2024412 2211

not_go17.goD03-May-20242.4 KiB8864

not_go18.goD03-May-2024632 3016

not_go19.goD03-May-2024325 177

pipe.goD03-May-20243.8 KiB164120

server.goD03-May-202487.8 KiB2,8661,994

transport.goD03-May-202464 KiB2,3111,745

write.goD03-May-202410.5 KiB366244

writesched.goD03-May-20247.2 KiB243144

writesched_priority.goD03-May-202413.5 KiB453306

writesched_random.goD03-May-20241.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