Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 28-Oct-2021 | - | ||||
hpack/ | H | 28-Oct-2021 | - | 1,456 | 1,055 | |
.gitignore | H A D | 28-Oct-2021 | 11 | 3 | 2 | |
Dockerfile | H A D | 28-Oct-2021 | 1.5 KiB | 52 | 42 | |
Makefile | H A D | 28-Oct-2021 | 44 | 4 | 2 | |
README | H A D | 28-Oct-2021 | 626 | 21 | 13 | |
ciphers.go | H A D | 28-Oct-2021 | 34.4 KiB | 642 | 612 | |
client_conn_pool.go | H A D | 28-Oct-2021 | 7.4 KiB | 279 | 202 | |
databuffer.go | H A D | 28-Oct-2021 | 3.9 KiB | 147 | 108 | |
errors.go | H A D | 28-Oct-2021 | 4.1 KiB | 134 | 89 | |
flow.go | H A D | 28-Oct-2021 | 1.1 KiB | 53 | 31 | |
frame.go | H A D | 28-Oct-2021 | 44.7 KiB | 1,615 | 1,114 | |
go111.go | H A D | 28-Oct-2021 | 722 | 31 | 19 | |
gotrack.go | H A D | 28-Oct-2021 | 3.1 KiB | 171 | 134 | |
headermap.go | H A D | 28-Oct-2021 | 1.7 KiB | 89 | 79 | |
http2.go | H A D | 28-Oct-2021 | 9.5 KiB | 386 | 240 | |
not_go111.go | H A D | 28-Oct-2021 | 534 | 22 | 10 | |
pipe.go | H A D | 28-Oct-2021 | 3.9 KiB | 169 | 125 | |
server.go | H A D | 28-Oct-2021 | 91.8 KiB | 2,985 | 2,061 | |
transport.go | H A D | 28-Oct-2021 | 77 KiB | 2,761 | 2,083 | |
write.go | H A D | 28-Oct-2021 | 10.5 KiB | 366 | 244 | |
writesched.go | H A D | 28-Oct-2021 | 7.5 KiB | 249 | 147 | |
writesched_priority.go | H A D | 28-Oct-2021 | 13.5 KiB | 453 | 306 | |
writesched_random.go | H A D | 28-Oct-2021 | 2 KiB | 78 | 50 |
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