test

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RequestHeaders = map[string][]string{
		"Content-Type":    {"text/plain"},
		"Custom":          {"1"},
		"X-Forwarded-For": {"client, proxy1", "proxy2"},
		"Empty":           {""},
	}
	ResponseHeaders = map[string][]string{
		"Content-Type": {"text/plain"},
		"Custom":       {"1"},
		"Set-Cookie":   {"a=b, c=d", "e=f"},
		"Empty":        {""},
	}
)
View Source
var BinBenchAddHeaderValue []byte
View Source
var BinBenchGetHeaderNames []byte
View Source
var BinBenchGetHeaderValues []byte
View Source
var BinBenchGetURI []byte
View Source
var BinBenchLog []byte
View Source
var BinBenchReadBody []byte
View Source
var BinBenchReadBodyStream []byte
View Source
var BinBenchRemoveHeader []byte
View Source
var BinBenchSetHeaderValue []byte
View Source
var BinBenchSetStatusCode []byte
View Source
var BinBenchSetURI []byte
View Source
var BinBenchWriteBody []byte
View Source
var BinE2EHandleResponse []byte
View Source
var BinE2EHeaderNames []byte
View Source
var BinE2EMethod []byte
View Source
var BinE2EProtocolVersion []byte
View Source
var BinE2EURI []byte
View Source
var BinExampleAuth = func() []byte {
	return binExample("auth")
}()
View Source
var BinExampleConfig = func() []byte {
	return binExample("config")
}()
View Source
var BinExampleLog = func() []byte {
	return binExample("log")
}()
View Source
var BinExampleRedact = func() []byte {
	return binExample("redact")
}()
View Source
var BinExampleRouter = func() []byte {
	return binExample("router")
}()
View Source
var BinExampleWASI = func() []byte {
	return binExample("wasi")
}()

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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