form

package
v0.97.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2020 License: MIT Imports: 0 Imported by: 0

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 Pair added in v0.23.0

type Pair [2]string

Pair is a key/value pair as extracted from a form-encoded string. For example, "a=b" is the pair [a, b].

type Values added in v0.23.0

type Values []Pair

Values is a full slice of all the key/value pairs from a form-encoded string.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL