Documentation ¶
Index ¶
- Constants
- func CombineURL(base string, appendQuery map[string]string) url.URL
- func Scrape()
- type Error
- type Method
- type Result
- type Scraper
- func (scr *Scraper) Get(baseUrl string, query map[string]string) error
- func (scr *Scraper) Post(baseUrl string, query map[string]string, data io.Reader) error
- func (scr *Scraper) Ready(method Method, baseUrl string, query map[string]string)
- func (scr *Scraper) Request(data io.Reader, header map[string]string) error
Constants ¶
View Source
const ( Event_BeforeRequest = string(iota) Event_BeforeUnmarshal )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.