replay

package
v0.0.0-...-624c46b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2016 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Overview

Copyright 2015 Yahoo Inc. Licensed under the BSD license, see LICENSE file for terms. Written by Stuart Larsen http2fuzz - HTTP/2 Fuzzer

forked from https://github.com/c0nrad/http2fuzz and

modified by Justin Palk

Index

Constants

This section is empty.

Variables

View Source
var ReplayReadFile *os.File
View Source
var ReplayWriteFile *os.File

Functions

func OpenReadFile

func OpenReadFile(filename string) *os.File

func OpenWriteFile

func OpenWriteFile(filename string) *os.File

func ReadFromReplayFile

func ReadFromReplayFile() []string

func SaveDataFrame

func SaveDataFrame(streamID uint32, endStream bool, data []byte)

func SavePriorityFrame

func SavePriorityFrame(streamID, streamDep uint32, weight uint8, exclusive bool)

func SavePushPromiseFrame

func SavePushPromiseFrame(streamID, promiseID uint32, blockFragment []byte, endHeaders bool, padLength uint8)

func SaveRawFrame

func SaveRawFrame(frameType, flags uint8, streamID uint32, payload []byte)

func SaveResetFrame

func SaveResetFrame(streamID, errorCode uint32)

func SaveSettingsFrame

func SaveSettingsFrame(settings []http2.Setting)

func SaveWindowUpdateFrame

func SaveWindowUpdateFrame(streamID, incr uint32)

func SaveWriteContinuationFrame

func SaveWriteContinuationFrame(streamID uint32, endStream bool, data []byte)

func TruncateFile

func TruncateFile()

func WriteToReplayFile

func WriteToReplayFile(data []byte)

Types

type ReplayHandler

type ReplayHandler struct {
	ReplayFile *os.File
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL