Documentation
¶
Overview ¶
Code generated by ./generated.sh DO NOT EDIT
Index ¶
- Constants
- func FormValue(req *http.Request, key string) (string, error)
- func FormValueBool(req *http.Request, key string) (bool, error)
- func FormValueFloat(req *http.Request, key string, bitSize int) (float64, error)
- func FormValueFloat32(req *http.Request, key string) (float32, error)
- func FormValueInt(req *http.Request, key string, base int, bitSize int) (int64, error)
- func FormValueInt16(req *http.Request, key string, base int) (int16, error)
- func FormValueInt32(req *http.Request, key string, base int) (int32, error)
- func ParseForm(req *http.Request, size int64) error
Constants ¶
View Source
const ( KiB = 1 << 10 MiB = 1 << 20 MinimumFormSize = 4 * KiB DefaultFormSize = 1 * MiB )
Variables ¶
This section is empty.
Functions ¶
func FormValueFloat ¶
func FormValueInt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.