contenttype

package
v0.62.0 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Any = "*/*"

	TextAny   = "text/*"
	TextHTML  = "text/html"
	TextCSV   = "text/csv"
	TextPlain = "text/plain"

	ApplicationAny = "application/*"

	ApplicationJSON   = "application/json"
	ApplicationPDF    = "application/pdf"
	ApplicationXML    = "application/xml"
	ApplicationXHTML  = "application/xhtml+xml"
	ApplicationBinary = "application/octet-stream"

	// ApplicationForm is for POSTed forms. If you have binary (non-alphanumeric) data
	// (or a significantly sized payload) to transmit, use multipart/form-data. Otherwise,
	// use application/x-www-form-urlencoded.
	ApplicationForm   = "application/x-www-form-urlencoded"
	MultipartFormData = "multipart/form-data"

	ImageAny  = "image/*"
	ImageJPEG = "image/jpeg"
	ImageGIF  = "image/gif"
	ImagePNG  = "image/png"
	ImageSVG  = "image/svg+xml"

	CharsetUTF8 = "charset=utf-8"
)

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