Gogs bef6e57d0d first commit 3 týždňov pred
..
README.md bef6e57d0d first commit 3 týždňov pred
doc.go bef6e57d0d first commit 3 týždňov pred
frame.go bef6e57d0d first commit 3 týždňov pred
frameheader.go bef6e57d0d first commit 3 týždňov pred
go.mod bef6e57d0d first commit 3 týždňov pred
goaway.go bef6e57d0d first commit 3 týždňov pred
http1frame.go bef6e57d0d first commit 3 týždňov pred
http2interop.go bef6e57d0d first commit 3 týždňov pred
http2interop_test.go bef6e57d0d first commit 3 týždňov pred
ping.go bef6e57d0d first commit 3 týždňov pred
s6.5.go bef6e57d0d first commit 3 týždňov pred
s6.5_test.go bef6e57d0d first commit 3 týždňov pred
settings.go bef6e57d0d first commit 3 týždňov pred
testsuite.go bef6e57d0d first commit 3 týždňov pred
unknownframe.go bef6e57d0d first commit 3 týždňov pred

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.