Documentation
¶
Overview ¶
Package decoder provides configurable HTTP form body decoding that depends on Gorilla's schema package which does not contaminate objects with URL query parameters unlike the standard library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
TODO: should this be forked out to oakhttp library? TODO: all the chaching could be ripped out `schema` package as schema can expect only one type of Request struct? TODO: Add QueryValues and PathValues (from URL body) to produce url.Values and feed them to Gorilla scheme Decoder when 1.22 comes out. id := r.PathValue("id")
func ParseMultiPartBody ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.