grpc/tools/http2_interop
Craig Tiller b29f1fe3a2 Update include paths 2017-03-28 15:49:23 -07:00
..
README.md Add initial interop tests 2015-10-05 16:17:47 -07:00
doc.go Add initial interop tests 2015-10-05 16:17:47 -07:00
frame.go Add initial interop tests 2015-10-05 16:17:47 -07:00
frameheader.go Handle goaway and http1 responses 2015-11-24 15:41:54 -08:00
goaway.go Add cipher suite test to http2 interop tests, and honor test_case flag 2015-11-18 16:48:57 -08:00
http1frame.go Handle goaway and http1 responses 2015-11-24 15:41:54 -08:00
http2interop.go Update http2 interop tests to work with Servers implementing HTTP Alternative Services 2016-04-07 16:10:25 -07:00
http2interop_test.go Update include paths 2017-03-28 15:49:23 -07:00
ping.go Add initial interop tests 2015-10-05 16:17:47 -07:00
s6.5.go Add test to check that all settings frames are acked 2015-12-11 16:43:28 -08:00
s6.5_test.go Add test to check that all settings frames are acked 2015-12-11 16:43:28 -08:00
settings.go Add test to check that all settings frames are acked 2015-12-11 16:43:28 -08:00
testsuite.go Add optional passing more 2015-12-04 16:49:33 -08:00
unknownframe.go Add initial interop tests 2015-10-05 16:17:47 -07:00

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.