gokhttp_constants

package
v0.3.8 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2025 License: MIT Imports: 1 Imported by: 5

Documentation

Index

Constants

View Source
const (
	MIMEAudioAAC   = "audio/aac"
	MIMEAudioMP3   = "audio/mpeg"
	MIMEAudioOGG   = "audio/ogg"
	MIMEAudioOpus  = "audio/opus"
	MIMEAudioWAV   = "audio/wav"
	MIMEAudioWEBM  = "audio/webm"
	MIMEAudio3GPP  = "audio/3gpp"
	MIMEAudio3GPP2 = "audio/3gpp2"
	MIMEAudioMIDI  = "audio/x-midi"

	MIMEVideoAVI   = "video/x-msvideo"
	MIMEVideoAAC   = "video/mp4"
	MIMEVideoMP3   = "video/mpeg"
	MIMEVideoOGG   = "video/ogg"
	MIMEVideoWAV   = "video/mp2t"
	MIMEVideoWEBM  = "video/webm"
	MIMEVideo3GPP  = "video/3gpp"
	MIMEVideo3GPP2 = "video/3gpp2"

	MIMEImageAVIF   = "image/avif"
	MIMEImageBitMap = "image/bmp"
	MIMEImageGIF    = "image/gif"
	MIMEImageJPEG   = "image/jpeg"
	MIMEImagePNG    = "image/png"
	MIMEImageTIFF   = "image/tiff"
	MIMEImageWEBP   = "image/webp"

	MIMETextCSS   = "text/css"
	MIMETextCSV   = "text/csv"
	MIMETextHTML  = "text/html"
	MIMETextJS    = "text/javascript"
	MIMETextPLAIN = "text/plain"

	MIMEApplicationBZIP     = "application/x-bzip"
	MIMEApplicationBZIP2    = "application/x-bzip2"
	MIMEApplicationGZIP     = "application/gzip"
	MIMEApplicationJSON     = "application/json"
	MIMEApplicationJSONLD   = "application/ld+json"
	MIMEApplicationPHP      = "application/x-httpd-php"
	MIMEApplicationXHTML    = "application/xhtml+xml"
	MIMEApplicationXML      = "application/xml"
	MIMEApplicationXUL      = "application/vnd.mozilla.xul+xml"
	MIMEApplicationZIP      = "application/zip"
	MIMEApplication7Z       = "application/x-7z-compressed"
	MIMEApplicationBINARY   = "application/octet-stream"
	MIMEApplicationPOSTFORM = "application/x-www-form-urlencoded"
)

Variables

View Source
var (
	ErrHostNotFound           = errors.New("host not found")
	ErrUnmatchedAlgo          = errors.New("unmatched algorithm")
	ErrCookieJarNotPersistent = errors.New("cookie jar is not persistent")
)

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