tree: 6a034565485c036d47939c802ca6c9b22db47845 [path history] [tgz]
  1. doc.go
  2. frame.go
  3. frameheader.go
  4. goaway.go
  5. http1frame.go
  6. http2interop.go
  7. http2interop_test.go
  8. ping.go
  9. README.md
  10. s6.5.go
  11. s6.5_test.go
  12. settings.go
  13. testsuite.go
  14. 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.