AbstractTypedContentProvider

Undocumented in source.
abstract
class AbstractTypedContentProvider : Typed {}

Constructors

this
this(string contentType)
Undocumented in source.

Members

Functions

getContentType
string getContentType()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Typed

getContentType
string getContentType()

@return the content type string such as "application/octet-stream" or "application/json;charset=UTF8", or null if no content type must be set

Meta