parser

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseFormString

func ParseFormString(s string) (map[string]interface{}, error)

ParseFormString takes a form-encoded string and it turns it into a usable set of parameters that an application can consume. These parameters use "Rack-style" conventions for encoding complex types like arrays and maps, which is how the Stripe API decodes data. These complex types are the more difficult part of the problem and what makes this package fairly complicated to implemented.

Types

This section is empty.

Jump to

Keyboard shortcuts

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