Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ForgedFetcher ¶
type ForgedFetcher struct { }
func (*ForgedFetcher) Fetch ¶
func (f *ForgedFetcher) Fetch(weburl string) (html []byte, error error)
Fetch
func (*ForgedFetcher) Work ¶
func (f *ForgedFetcher) Work(request engine.Request) (engine.ParseResult, error)
Work
type SimpleFetch ¶
type SimpleFetch struct {
// contains filtered or unexported fields
}
func (SimpleFetch) Fetch ¶
func (s SimpleFetch) Fetch(url string) (html []byte, error error)
Fetcher
func (SimpleFetch) GetProxy ¶
func (s SimpleFetch) GetProxy() (string, error)
func (SimpleFetch) Work ¶
func (s SimpleFetch) Work(request engine.Request) (engine.ParseResult, error)
Work
Click to show internal directories.
Click to hide internal directories.