reqparser

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser added in v0.12.0

type Parser struct {
	// contains filtered or unexported fields
}

func New

func New[T any]() (*Parser, error)

func NewDyn

func NewDyn(strct any) (*Parser, error)

func (*Parser) BodyType added in v0.12.0

func (self *Parser) BodyType() *reflect.Type

func (*Parser) FParams added in v0.12.0

func (self *Parser) FParams() []types.FParam

func (*Parser) HParams added in v0.12.0

func (self *Parser) HParams() []types.HParam

func (*Parser) Parse added in v0.12.0

func (self *Parser) Parse(
	req proto.IRawRequest,
	path_vars map[string]string,
	context types.Context,
) (any, error)

func (*Parser) QParams added in v0.12.0

func (self *Parser) QParams() []types.QParam

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL