contenttype

package
v0.0.0-...-544aadc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2024 License: MIT Imports: 0 Imported by: 1

Documentation

Overview

Package contenttype exports MIME content-type constants. All text based types use charset UTF-8.

Index

Constants

View Source
const (
	PlainText         = "text/plain; charset=utf-8"
	JavaScript        = "text/javascript; charset=utf-8"
	HTML              = "text/html; charset=utf-8"
	CSV               = "text/csv; charset=utf-8"
	XML               = "application/xml"
	JSON              = "application/json; charset=utf-8"
	PDF               = "application/pdf"
	Zip               = "application/zip"
	OctetStream       = "application/octet-stream"
	WWWFormURLEncoded = "application/x-www-form-urlencoded"
	MultipartFormData = "multipart/form-data"
	PNG               = "image/png"
	GIF               = "image/gif"
	JPEG              = "image/jpeg"
	TIFF              = "image/tiff"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL