UploadedFile.content

The actual content of the file, if contentInMemory == true

struct UploadedFile
immutable(ubyte)[] content;

Meta