ContentsIndex
Org.Org.Semantic.HBase.Encoding.MIME
Synopsis
data MIMEType = MkMIMEType {
mimeMainType :: String
mimeSubType :: String
mimeParameters :: [(String, String)]
}
quoteString822 :: String -> String
data MIMEContent = MkMIMEContent {
mcType :: MIMEType
mcContent :: [Word8]
}
Documentation
data MIMEType
all names should be lower-case
Constructors
MkMIMEType
mimeMainType :: String
mimeSubType :: String
mimeParameters :: [(String, String)]
Instances
AmbiguousReadable Char MIMEType
Readable Char MIMEType
Show MIMEType
quoteString822 :: String -> String
data MIMEContent
Constructors
MkMIMEContent
mcType :: MIMEType
mcContent :: [Word8]
Instances
RDFLiteral MIMEInterpretationError MIMEContent
Produced by Haddock version 0.6