Documentation ¶
Index ¶
- 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
- type Http2Conn
- type TcpConn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintFooter ¶
func PrintFooter()
func PrintHeader ¶
func TestConnectionErrorHandling ¶
func TestConnectionErrorHandling(ctx *Context)
func TestErrorHandling ¶
func TestErrorHandling(ctx *Context)
func TestFrameSize ¶
func TestFrameSize(ctx *Context)
func TestHeaderCompressionAndDecompression ¶
func TestHeaderCompressionAndDecompression(ctx *Context)
func TestHeaders ¶
func TestHeaders(ctx *Context)
func TestHttp2ConnectionPreface ¶
func TestHttp2ConnectionPreface(ctx *Context)
func TestStreamIdentifiers ¶
func TestStreamIdentifiers(ctx *Context)
func TestStreamStates ¶
func TestStreamStates(ctx *Context)
Types ¶
type Http2Conn ¶
type Http2Conn struct {
// contains filtered or unexported fields
}
func CreateHttp2Conn ¶
Click to show internal directories.
Click to hide internal directories.