Documentation
¶
Overview ¶
Form Util: similar to ParseForm, ParseMultipartForm from http.Request, except it's cohesive rather than coupled, Request Body and Url Query string are kept separate. I like it that way.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseJQuerySerializeArrayBody ¶ added in v1.1.1
Parse http://api.jquery.com/serializearray/ in JSON format Request Body must be in JSON format. 'JSON.stringify(object);' in Javascript. Eg [{"name":"","value":""},{"name":"","value":""},{"name":"","value":""}...]
Notice both 'name' and 'value' must be string or it won't work.
func ParseMultipartBody ¶
Parse Body of Request (Multipart)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.