Result:
found more than 754 distributions - search limited to the first 2001 files matching your query
( run in 0.199 )
Mojo-Darkpan
view release on metacpan or search on metacpan
lib/Mojolicious/Plugin/DirectoryHandler.pm view on Meta::CPAN
my $dir_page = <<'PAGE';
<html>
<head>
<title>Index of <%= $cur_path %></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style>
table { width:100%; }
td, th{ padding: 0 5px 0 5px }
view all matches for this distribution
Mojo-RabbitMQ-Client
view release on metacpan or search on metacpan
share/amqp0-9-1.stripped.extended.xml view on Meta::CPAN
</method>
</class>
<class name="basic" handler="channel" index="60">
<chassis name="server" implement="MUST"/>
<chassis name="client" implement="MAY"/>
<field name="content-type" domain="shortstr"/>
<field name="content-encoding" domain="shortstr"/>
<field name="headers" domain="table"/>
<field name="delivery-mode" domain="octet"/>
<field name="priority" domain="octet"/>
<field name="correlation-id" domain="shortstr"/>
view all matches for this distribution
Mojo-SMTP-Client
view release on metacpan or search on metacpan
lib/Mojo/SMTP/Client.pm view on Meta::CPAN
To => 'you@work.org',
Subject => encode('MIME-Header', decode('utf-8', 'ä¸ç, å´å, 5æ!')),
Data => 'Novosibirsk (Russian: ÐовоÑибиÑÑк; IPA: [nÉvÉsʲɪËbʲirsk]) is the third most populous '.
'city in Russia after Moscow and St. Petersburg and the most populous city in Asian Russia'
);
$msg->attr('content-type.charset' => 'UTF-8');
$smtp->send(
from => 'me@home.org',
to => 'you@work.org',
data => $msg->as_string
view all matches for this distribution
Mojo-Server-AWSLambda
view release on metacpan or search on metacpan
example/lib/Mojo/Server/AWSLambda/Response.pm view on Meta::CPAN
foreach my $header (keys %{$headers}) {
$singleValueHeaders->{lc $header} = $headers->{$header};
push @{$multiValueHeaders->{lc $header} //= []}, $headers->{$header};
}
my $type = $singleValueHeaders->{'content-type'};
my $isBase64Encoded = $type !~ m(^text/.*|application/(:?json|javascript|xml))i;
if ($isBase64Encoded) {
$body = encode_base64 $body, '';
}
else {
view all matches for this distribution( run in 0.199 second using v1.01-cache-2.11-cpan-47059a37de6 )