App-lupapona
view release on metacpan or search on metacpan
script/lupa-pona view on Meta::CPAN
$stream->write("59 Don't know how to handle $url\r\n");
}
$stream->close_gracefully();
};
sub mime_type {
$_ = shift;
return 'text/plain' if /\.te?xt$/i;
return 'text/markdown' if /\.md$/i;
return 'text/html' if /\.html?$/i;
return 'image/png' if /\.png$/i;
return 'image/jpeg' if /\.jpe?g$/i;
return 'image/gif' if /\.gif$/i;
return 'text/gemini';
}
( run in 2.517 seconds using v1.01-cache-2.11-cpan-788537b7465 )