tree: 43d219b6084cbb0f9c97f19d1d924ca713653b92 [path history] [tgz]
  1. doc.go
  2. frame.go
  3. frameheader.go
  4. http2interop.go
  5. http2interop_test.go
  6. ping.go
  7. README.md
  8. settings.go
  9. unknownframe.go
tools/http2_interop/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.