form

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2018 License: MIT Imports: 0 Imported by: 12

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

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

type FormValues []FormPair

FormValues 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