har

package
v0.72.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Convert

func Convert()

Types

type Entries

type Entries []Entry

type Entry

type Entry struct {
	Request  Request
	Response Response
	// contains filtered or unexported fields
}

type Har

type Har map[string]HarLog

har type

type HarLog

type HarLog struct {
	Version string
	Creator map[string]string
	Pages   []map[string]interface{}
	Entries []Entry
}

type Request

type Request struct {
	Method      string
	Url         string
	HttpVersion string
	Headers     []map[string]interface{}
	QueryString []map[string]interface{}
	Cookies     []map[string]interface{}
	HeadersSize int
	BodySize    int
	PostData    map[string]interface{}
}

type Response

type Response struct {
	Status      int
	StatusText  string
	HttpVersion string
	Headers     map[string]interface{}
	Cookies     []map[string]interface{}
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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