Gogs bef6e57d0d first commit vor 3 Wochen
..
README.md bef6e57d0d first commit vor 3 Wochen
doc.go bef6e57d0d first commit vor 3 Wochen
frame.go bef6e57d0d first commit vor 3 Wochen
frameheader.go bef6e57d0d first commit vor 3 Wochen
go.mod bef6e57d0d first commit vor 3 Wochen
goaway.go bef6e57d0d first commit vor 3 Wochen
http1frame.go bef6e57d0d first commit vor 3 Wochen
http2interop.go bef6e57d0d first commit vor 3 Wochen
http2interop_test.go bef6e57d0d first commit vor 3 Wochen
ping.go bef6e57d0d first commit vor 3 Wochen
s6.5.go bef6e57d0d first commit vor 3 Wochen
s6.5_test.go bef6e57d0d first commit vor 3 Wochen
settings.go bef6e57d0d first commit vor 3 Wochen
testsuite.go bef6e57d0d first commit vor 3 Wochen
unknownframe.go bef6e57d0d first commit vor 3 Wochen

README.md

HTTP/2 Interop Tests

This is a suite of tests that check a server to see if it plays nicely with other HTTP/2 clients. To run, just type:

go test -spec :1234

Where ":1234" is the ip:port of a running server.