in reply to serving a zip file with Dancer2
return $member->contents; [download]
return $type =~ /^text/ ? decode_utf8($member->contents) : $member->contents; [download]
What is the proper way to do this?