Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
ciphers.go | 22-Oct-2020 | 34.4K | |
client_conn_pool.go | 22-Oct-2020 | 6.4K | |
configure_transport.go | 22-Oct-2020 | 2.2K | |
databuffer.go | 22-Oct-2020 | 3.9K | |
Dockerfile | 22-Oct-2020 | 1.5K | |
errors.go | 22-Oct-2020 | 4.1K | |
flow.go | 22-Oct-2020 | 1.1K | |
frame.go | 22-Oct-2020 | 43.9K | |
go16.go | 22-Oct-2020 | 331 | |
go17.go | 22-Oct-2020 | 2.5K | |
go17_not18.go | 22-Oct-2020 | 1.3K | |
go18.go | 22-Oct-2020 | 1.3K | |
go19.go | 22-Oct-2020 | 347 | |
gotrack.go | 22-Oct-2020 | 3.1K | |
headermap.go | 22-Oct-2020 | 1.4K | |
hpack/ | 22-Oct-2020 | ||
http2.go | 22-Oct-2020 | 9.6K | |
Makefile | 22-Oct-2020 | 44 | |
not_go16.go | 22-Oct-2020 | 412 | |
not_go17.go | 22-Oct-2020 | 2.4K | |
not_go18.go | 22-Oct-2020 | 632 | |
not_go19.go | 22-Oct-2020 | 325 | |
pipe.go | 22-Oct-2020 | 3.8K | |
README | 22-Oct-2020 | 626 | |
server.go | 22-Oct-2020 | 87.8K | |
transport.go | 22-Oct-2020 | 64K | |
write.go | 22-Oct-2020 | 10.5K | |
writesched.go | 22-Oct-2020 | 7.2K | |
writesched_priority.go | 22-Oct-2020 | 13.5K | |
writesched_random.go | 22-Oct-2020 | 1.9K |
1 This is a work-in-progress HTTP/2 implementation for Go. 2 3 It will eventually live in the Go standard library and won't require 4 any changes to your code to use. It will just be automatic. 5 6 Status: 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 13 Docs are at https://godoc.org/golang.org/x/net/http2 14 15 Demo test server at https://http2.golang.org/ 16 17 Help & bug reports welcome! 18 19 Contributing: https://golang.org/doc/contribute.html 20 Bugs: https://golang.org/issue/new?title=x/net/http2:+ 21