package
1.4.4
Repository: https://github.com/tsmweb/go-helper-api.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
MimeTypeText return the name of the mimeType.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

MimeApplicationJSON represents the MimeType "application/json".
MimeApplicationOctetStream represents the MimeType "application/octet-stream".
MimeApplicationPDF represents the MimeType "application/pdf".
MimeAudioMP3 represents the MimeType "audio/mpeg".
MimeImageJPEG represents the MimeType "image/jpeg".
MimeImagePNG represents the MimeType "image/png".
MimeTextPlain represents the MimeType "text/plain".
MimeVideoMP4 represents the MimeType "video/mp4".

# Type aliases

Headers http header.
MimeType represents the mime type ("application/json", "text/plain", "image/jpeg", ...).