• Home
Name Date Size #Lines LOC

..--

README.mdD12-May-2024221 105

doc.goD12-May-2024675 211

frame.goD12-May-2024749 269

frameheader.goD12-May-20243.3 KiB135101

goaway.goD12-May-20242.1 KiB8759

http1frame.goD12-May-20241.5 KiB6438

http2interop.goD12-May-20248.7 KiB421340

http2interop_test.goD12-May-20244.7 KiB198159

ping.goD12-May-20241.8 KiB8052

s6.5.goD12-May-20242.9 KiB10566

s6.5_test.goD12-May-20241 KiB4123

settings.goD12-May-20243.2 KiB12795

testsuite.goD12-May-20241.9 KiB7145

unknownframe.goD12-May-20241.5 KiB6942

README.md

1HTTP/2 Interop Tests
2====
3
4This is a suite of tests that check a server to see if it plays nicely with other HTTP/2 clients.  To run, just type:
5
6`go test -spec :1234`
7
8Where ":1234" is the ip:port of a running server.
9
10