Home | History | Annotate | only in /external/grpc-grpc/tools/http2_interop
Up to higher level directory
NameDateSize
doc.go22-Oct-202081
frame.go22-Oct-2020155
frameheader.go22-Oct-20202.7K
goaway.go22-Oct-20201.5K
http1frame.go22-Oct-2020931
http2interop.go22-Oct-20208.1K
http2interop_test.go22-Oct-20204.1K
ping.go22-Oct-20201.2K
README.md22-Oct-2020221
s6.5.go22-Oct-20202.3K
s6.5_test.go22-Oct-2020469
settings.go22-Oct-20202.6K
testsuite.go22-Oct-20201.3K
unknownframe.go22-Oct-2020991

README.md

      1 HTTP/2 Interop Tests
      2 ====
      3 
      4 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:
      5 
      6 `go test -spec :1234`
      7 
      8 Where ":1234" is the ip:port of a running server.
      9  
     10