Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIME_TEXT = "text/plain" MIME_OCTET = "application/octet-stream" MIME_JSON = "application/x-json" MIME_JSON_ALT = "text/json" // no utf8 MIME_JSON_OFFICIAL = "application/json" MIME_XML = "application/xml" MIME_YAML = "application/x-yaml" MIME_YAML_ALT = "text/yaml" // no utf8 MIME_YAML_OFFICIAL = "application/yaml" MIME_GZIP = "application/gzip" MIME_TAR = "application/x-tar" MIME_TGZ = "application/x-tgz" MIME_TGZ_ALT = MIME_TAR + "+gzip" MIME_JAR = "application/x-jar" )
Variables ¶
This section is empty.
Functions ¶
func IsMoreGeneral ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.