Documentation ¶
Overview ¶
Package form is a small package used to hold a few types common to the param package so that we don't have import cycles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormPair ¶
type FormPair [2]string
FormPair is a key/value pair as extracted from a form-encoded string. For example, "a=b" is the pair [a, b].
type FormValues ¶
type FormValues []FormPair
FormValues is a full slice of all the key/value pairs from a form-encoded string.
Click to show internal directories.
Click to hide internal directories.