Gogs bef6e57d0d first commit 3 周之前
..
README.md bef6e57d0d first commit 3 周之前
doc.go bef6e57d0d first commit 3 周之前
frame.go bef6e57d0d first commit 3 周之前
frameheader.go bef6e57d0d first commit 3 周之前
go.mod bef6e57d0d first commit 3 周之前
goaway.go bef6e57d0d first commit 3 周之前
http1frame.go bef6e57d0d first commit 3 周之前
http2interop.go bef6e57d0d first commit 3 周之前
http2interop_test.go bef6e57d0d first commit 3 周之前
ping.go bef6e57d0d first commit 3 周之前
s6.5.go bef6e57d0d first commit 3 周之前
s6.5_test.go bef6e57d0d first commit 3 周之前
settings.go bef6e57d0d first commit 3 周之前
testsuite.go bef6e57d0d first commit 3 周之前
unknownframe.go bef6e57d0d first commit 3 周之前

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.