Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
hpack/ | H | 17-Jan-2019 | - | 1,339 | 992 | |
README | H A D | 17-Jan-2019 | 626 | 21 | 13 | |
client_conn_pool.go | H A D | 17-Jan-2019 | 5.4 KiB | 226 | 173 | |
configure_transport.go | H A D | 17-Jan-2019 | 2.6 KiB | 90 | 65 | |
errors.go | H A D | 17-Jan-2019 | 3.7 KiB | 123 | 82 | |
fixed_buffer.go | H A D | 17-Jan-2019 | 1.3 KiB | 61 | 40 | |
flow.go | H A D | 17-Jan-2019 | 1.1 KiB | 51 | 30 | |
frame.go | H A D | 17-Jan-2019 | 41.4 KiB | 1,497 | 1,024 | |
go15.go | H A D | 17-Jan-2019 | 287 | 12 | 3 | |
gotrack.go | H A D | 17-Jan-2019 | 3.1 KiB | 171 | 134 | |
headermap.go | H A D | 17-Jan-2019 | 1.4 KiB | 79 | 70 | |
http2.go | H A D | 17-Jan-2019 | 10.6 KiB | 464 | 326 | |
not_go15.go | H A D | 17-Jan-2019 | 281 | 12 | 3 | |
not_go16.go | H A D | 17-Jan-2019 | 313 | 14 | 5 | |
pipe.go | H A D | 17-Jan-2019 | 3.5 KiB | 148 | 105 | |
server.go | H A D | 17-Jan-2019 | 65.1 KiB | 2,179 | 1,534 | |
transport.go | H A D | 17-Jan-2019 | 45.4 KiB | 1,667 | 1,244 | |
write.go | H A D | 17-Jan-2019 | 6.6 KiB | 263 | 186 | |
writesched.go | H A D | 17-Jan-2019 | 7.2 KiB | 284 | 191 |
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