Documentation ¶
Overview ¶
Package forms assists working with web forms and Request.Form
Index ¶
Constants ¶
View Source
const DefaultFormMaxMemory = 1 << 20 // 1MiB
DefaultFormMaxMemory indicates the memory limit when parsing a form used when ParseForm is called without a positive number.
Variables ¶
This section is empty.
Functions ¶
func ParseForm ¶
ParseForm is similar to the standard request.ParseForm() but it handles urlencoded, multipart and JSON. For nested JSON objects ParseForm uses dots to join keys.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.