Documentation
¶
Index ¶
- Constants
- func FormValue(req *http.Request, key string) (string, error, bool)
- func FormValueBool(req *http.Request, key string) (bool, error, bool)
- func FormValueFloat32(req *http.Request, key string) (float32, error, bool)
- func FormValueInt(req *http.Request, key string, base int) (int, error, bool)
- func FormValueInt16(req *http.Request, key string, base int) (int16, error, bool)
- func FormValueInt32(req *http.Request, key string, base int) (int32, error, bool)
- func FormValueInt8(req *http.Request, key string, base int) (int8, error, bool)
- func FormValueUint(req *http.Request, key string, base int) (uint, error, bool)
- func FormValueUint16(req *http.Request, key string, base int) (uint16, error, bool)
- func FormValueUint32(req *http.Request, key string, base int) (uint32, error, bool)
- func FormValueUint8(req *http.Request, key string, base int) (uint8, error, bool)
- 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 FormValueInt16 ¶
func FormValueInt32 ¶
func FormValueInt8 ¶
func FormValueUint ¶
func FormValueUint16 ¶
func FormValueUint32 ¶
func FormValueUint8 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.