Няма описание

Brad Fitzpatrick 15a4bf34e6 Baby steps towards handlers responding with data. преди 11 години
hpack 70c1baa8ab Terrible, temporary HPACK encoder. преди 11 години
testdata 1c864e5f85 spec coverage report преди 11 години
.gitignore 2fa3df86cd Update LICENSE преди 11 години
Dockerfile a58a8de1f7 add more Dockerfile comments преди 11 години
HACKING 0af8798ae9 Add HACKING file преди 11 години
LICENSE 2fa3df86cd Update LICENSE преди 11 години
Makefile 0fe8c920c6 Add a Docker image with curl supporting http2 преди 11 години
README 4ec753e6be add a README преди 11 години
buffer.go 50b8ccc4e8 buffered pipe преди 11 години
buffer_test.go 50b8ccc4e8 buffered pipe преди 11 години
errors.go 03abeab17b Flow Control work. преди 11 години
flow.go 1f430e1246 Move flow.cur out of test file. Might use it in ResponseWriter. преди 11 години
flow_test.go 1f430e1246 Move flow.cur out of test file. Might use it in ResponseWriter. преди 11 години
frame.go 03abeab17b Flow Control work. преди 11 години
frame_test.go 03abeab17b Flow Control work. преди 11 години
gotrack.go 6fe7631778 Debug-only runtime tracking of funcs running on correct goroutines. преди 11 години
gotrack_test.go 6fe7631778 Debug-only runtime tracking of funcs running on correct goroutines. преди 11 години
http2.go 729bd7279c Break responseWriter into small and large parts. преди 11 години
http2_test.go b331b819ec Break http2*.go up into http2 and server parts. преди 11 години
pipe.go 50b8ccc4e8 buffered pipe преди 11 години
pipe_test.go 50b8ccc4e8 buffered pipe преди 11 години
server.go 15a4bf34e6 Baby steps towards handlers responding with data. преди 11 години
server_test.go b331b819ec Break http2*.go up into http2 and server parts. преди 11 години
z_spec_test.go 214c69788e spec coverage: specCover -> covers преди 11 години

README

This is a work-in-progress HTTP/2 implementation for Go.

Docs are at https://godoc.org/github.com/bradfitz/http2