types

package
v0.0.0-...-dfab029 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPRequestResponseLog

type HTTPRequestResponseLog struct {
	Timestamp string `json:"timestamp,omitempty"`
	URL       string `json:"url,omitempty"`
	Request   struct {
		Header map[string]string `json:"header,omitempty"`
		Body   string            `json:"body,omitempty"`
		Raw    string            `json:"raw,omitempty"`
	} `json:"request,omitempty"`
	Response struct {
		Header map[string]string `json:"header,omitempty"`
		Body   string            `json:"body,omitempty"`
		Raw    string            `json:"raw,omitempty"`
	} `json:"response,omitempty"`
}

type OutputData

type OutputData struct {
	Userdata   UserData
	Data       []byte
	DataString string
	Name       string
	PartSuffix string
	Format     string
}

type UserData

type UserData struct {
	ID          string
	Match       bool
	HasResponse bool
	Host        string
}

type Verbosity

type Verbosity int
const (
	VerbositySilent Verbosity = iota
	VerbosityDefault
	VerbosityVerbose
	VerbosityVeryVerbose
)

Jump to

Keyboard shortcuts

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