Function contentType
Attribute to define the content type for methods.
vibe .web .common .ContentTypeAttribute contentType
(
string data
) @safe;
This currently applies only to methods returning an InputStream
or
ubyte[]
.