Versions in this module Expand all Collapse all v1 v1.0.1 Mar 12, 2025 v1.0.0 Mar 5, 2024 Changes in this version + func GetNextRequest(prevRequest *http.Request, prevResponse *http.Response) *http.Request + type Parser struct + func NewParser() *Parser + func (p *Parser) GetNextRequest(prevRequest *http.Request, prevResponse *http.Response) *http.Request + type RelType string + const RelTypeFirst + const RelTypeLast + const RelTypeNext + const RelTypePrev + const RelTypeUnknown