Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFormURLEncoded ¶ added in v0.17.2
func ParseFormURLEncoded(into form.Form, data, buff []byte) (result form.Form, buffer []byte, err error)
ParseFormURLEncoded implements parser for key-value pairs similar to request path parameters. The only difference is that this parser is greedy, as is intended to parse an already received body.
It prohibits any non-printable characters in keys but allows such in values, therefore printing them might cause unwanted effects (e.g. beeping terminal.)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.