Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIMEJSON = "application/json" MIMEJSONUTF8 = "application/json;charset=utf-8" MIMEXML = "application/xml" MIMEXML2 = "text/xml" MIMEYAML = "application/x-yaml" MIMETEXT = "text/html" )
Variables ¶
View Source
var ( JSON = jsonBinding{} GZIPJSON = gzipJsonBinding{} XML = xmlBinding{} YAML = yamlBinding{} JSONP = jsonpBinding{} GZIPJSONP = gzipJsonpBinding{} TEXT = textBinding{} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.