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

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.