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