Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPRequestParser ¶
type HTTPRequestParser struct {
// contains filtered or unexported fields
}
func NewHTTPRequestParser ¶
func NewHTTPRequestParser() (*HTTPRequestParser, error)
func (*HTTPRequestParser) ParseBody ¶
func (p *HTTPRequestParser) ParseBody(ctx *fiber.Ctx, input proto.Message) *contract.Error
func (*HTTPRequestParser) ParseQuery ¶
func (p *HTTPRequestParser) ParseQuery(ctx *fiber.Ctx, input interface{}) *contract.Error
Click to show internal directories.
Click to hide internal directories.