Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFormString ¶
ParseFormString parses a form-encoded body or query into a set of key/value pairs. It differs from url.ParseQuery in that because it produces a slice instead of a map, order can be preserved. This is key to properly decoding "Rack-style" form encoding.
Implementation modified from: https://github.com/deoxxa/urlqp
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.