Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParseInfoConfig ¶
type ParseInfoConfig struct { // website url URL string // timeout in ms Timeout time.Duration ProxyAddress string // same as *tls.Config TLSClientConfig *tls.Config OnlyBasicInfo bool }
ParseInfoConfig contains options for getting information within the head tag of the target site
func (*ParseInfoConfig) GetSiteHeadInfo ¶
func (info *ParseInfoConfig) GetSiteHeadInfo() (SiteInfo, error)
GetSiteHeadInfo Get information about the head of the website
Click to show internal directories.
Click to hide internal directories.