Keine Beschreibung

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

README

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

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