package
3.0.0-beta+incompatible
Repository: https://github.com/azber/iris.git
Documentation: pkg.go.dev

# Functions

BindForm binds the formObject with the form data it supports any kind of struct.
BindJSON reads JSON from request's body.
BindXML reads XML from request's body.
Decode decodes the url.Values into a element that must be a pointer to a type provided by argument.

# Variables

ErrNoForm returns an error with message: 'Request has no any valid form'.
ErrReadBody returns an error with message: 'While trying to read +type from the request body.
ErrRenderMarshalled returns an error with message: 'Before +type Rendering, MarshalIndent retured an error.
ErrWriteJSON returns an error with message: 'Before JSON be written to the body, JSON Encoder returned an error.