Versions in this module Expand all Collapse all v0 v0.0.1 Dec 3, 2014 Changes in this version + func PrintFooter() + func PrintHeader(title string, i int) + func PrintResult(result bool, desc string, msg string, i int) + func Run(ctx *Context) + func SetReadTimer(conn net.Conn, sec time.Duration) + func TestConnectionErrorHandling(ctx *Context) + func TestData(ctx *Context) + func TestErrorHandling(ctx *Context) + func TestFrameSize(ctx *Context) + func TestHeaderCompressionAndDecompression(ctx *Context) + func TestHeaders(ctx *Context) + func TestHttp2ConnectionPreface(ctx *Context) + func TestStreamIdentifiers(ctx *Context) + func TestStreamStates(ctx *Context) + type Context struct + Host string + Port int + func (ctx *Context) Authority() (authority string) + type Http2Conn struct + func CreateHttp2Conn(ctx *Context, sn bool) *Http2Conn + type TcpConn struct + func CreateTcpConn(ctx *Context) *TcpConn