Versions in this module Expand all Collapse all v0 v0.2.0 Nov 1, 2015 Changes in this version + func NewDELETESpider(url string, fn spinFunc) *spiderFunc + func NewGETSpider(url string, fn spinFunc) *spiderFunc + func NewHTTPSpider(method, url string, body io.Reader, fn spinFunc) *spiderFunc + func NewPOSTSpider(url string, body io.Reader, fn spinFunc) *spiderFunc + func NewPUTSpider(url string, body io.Reader, fn spinFunc) *spiderFunc v0.1.0 Oct 11, 2015 Changes in this version + func NewHTTPContext(method, url string, body io.Reader) (*spider.Context, error)