package
Version:
v0.192.0
Opens a new window with list of versions in this module.
Published: Oct 21, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
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.
Pair is a key/value pair as extracted from a form-encoded string. For
example, "a=b" is the pair [a, b].
Values is a full slice of all the key/value pairs from a form-encoded
string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.