- or download this
my $writer = $respond->(200,
[ 'Content-Disposition' => 'attachment; filename="data.csv"' ]
+ );
- or download this
my $writer = $respond->([200,
[ 'Content-Disposition' => 'attachment; filename="data.csv"' ]
+] );
- or download this
my $writer = $respond->([200,
['Content-Type' => 'text']] );