address

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BannerGrab

type BannerGrab struct {
	Host        string                    `json:"host" url:"host"`
	Ip          string                    `json:"ip" url:"ip"`
	Port        int                       `json:"port" url:"port"`
	Tls         bool                      `json:"tls" url:"tls"`
	Version     string                    `json:"version" url:"version"`
	Transport   generatedgo.TransportType `json:"transport" url:"transport"`
	Protocol    generatedgo.ProtocolType  `json:"protocol" url:"protocol"`
	StatusCode  *string                   `json:"statusCode,omitempty" url:"statusCode,omitempty"`
	Connection  *string                   `json:"connection,omitempty" url:"connection,omitempty"`
	ContentType *string                   `json:"contentType,omitempty" url:"contentType,omitempty"`
	SameSite    *generatedgo.SameSiteType `json:"sameSite,omitempty" url:"sameSite,omitempty"`
	Metadata    map[string]string         `json:"metadata,omitempty" url:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BannerGrab) GetExtraProperties

func (b *BannerGrab) GetExtraProperties() map[string]interface{}

func (*BannerGrab) String

func (b *BannerGrab) String() string

func (*BannerGrab) UnmarshalJSON

func (b *BannerGrab) UnmarshalJSON(data []byte) error

type BannerGrabReport

type BannerGrabReport struct {
	Target      string        `json:"target" url:"target"`
	BannerGrabs []*BannerGrab `json:"bannerGrabs,omitempty" url:"bannerGrabs,omitempty"`
	Errors      []string      `json:"errors,omitempty" url:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*BannerGrabReport) GetExtraProperties

func (b *BannerGrabReport) GetExtraProperties() map[string]interface{}

func (*BannerGrabReport) String

func (b *BannerGrabReport) String() string

func (*BannerGrabReport) UnmarshalJSON

func (b *BannerGrabReport) UnmarshalJSON(data []byte) error

type CookieInfo

type CookieInfo struct {
	Data       string    `json:"data" url:"data"`
	Expiration time.Time `json:"expiration" url:"expiration"`
	Samesite   bool      `json:"samesite" url:"samesite"`
	// contains filtered or unexported fields
}

func (*CookieInfo) GetExtraProperties

func (c *CookieInfo) GetExtraProperties() map[string]interface{}

func (*CookieInfo) MarshalJSON

func (c *CookieInfo) MarshalJSON() ([]byte, error)

func (*CookieInfo) String

func (c *CookieInfo) String() string

func (*CookieInfo) UnmarshalJSON

func (c *CookieInfo) UnmarshalJSON(data []byte) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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