collect

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DetermineEncoding

func DetermineEncoding(r *bufio.Reader) encoding.Encoding

Types

type BaseFetch

type BaseFetch struct{}

func (*BaseFetch) Get

func (b *BaseFetch) Get(url string) ([]byte, error)

type BrowserFetch

type BrowserFetch struct{}

func (*BrowserFetch) Get

func (b *BrowserFetch) Get(url string) ([]byte, error)

模拟浏览器访问

type Fetcher

type Fetcher interface {
	Get(url string) ([]byte, error)
}

Jump to

Keyboard shortcuts

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