tree: c774c4d794d5d7689a21f86ec02c64a86891a31d [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.