Documentation ¶ Index ¶ func GetNextRequest(prevRequest *http.Request, prevResponse *http.Response) *http.Request type Parser func NewParser() *Parser func (p *Parser) GetNextRequest(prevRequest *http.Request, prevResponse *http.Response) *http.Request type RelType Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetNextRequest ¶ func GetNextRequest(prevRequest *http.Request, prevResponse *http.Response) *http.Request Types ¶ type Parser ¶ type Parser struct { // contains filtered or unexported fields } func NewParser ¶ func NewParser() *Parser func (*Parser) GetNextRequest ¶ func (p *Parser) GetNextRequest(prevRequest *http.Request, prevResponse *http.Response) *http.Request type RelType ¶ type RelType string RelType represents the type of the link relation. const ( RelTypeNext RelType = `rel="next"` RelTypePrev RelType = `rel="prev"` RelTypeFirst RelType = `rel="first"` RelTypeLast RelType = `rel="last"` RelTypeUnknown RelType = `` ) RelType constants. Source Files ¶ View all Source files before_after_parser.gocursor_parser.gopage_parser.gorel_type.goresponse.gosince_parser.go Click to show internal directories. Click to hide internal directories.