Documentation ¶ Index ¶ type Parser func NewParser(req string) *Parser func (p *Parser) All() ([]handlers.Handler, error) func (p *Parser) Next() (handlers.Handler, error) func (p *Parser) NextRaw() (string, error) func (p *Parser) NextValue() (string, error) func (p *Parser) RestValues() ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Parser ¶ type Parser struct { // contains filtered or unexported fields } func NewParser ¶ func NewParser(req string) *Parser func (*Parser) All ¶ func (p *Parser) All() ([]handlers.Handler, error) func (*Parser) Next ¶ func (p *Parser) Next() (handlers.Handler, error) func (*Parser) NextRaw ¶ func (p *Parser) NextRaw() (string, error) func (*Parser) NextValue ¶ added in v2.0.1 func (p *Parser) NextValue() (string, error) func (*Parser) RestValues ¶ added in v2.0.1 func (p *Parser) RestValues() ([]string, error) Source Files ¶ View all Source files parser.go Click to show internal directories. Click to hide internal directories.