Group
Extension

Matches 3

Terse-Static ( L/LN/LNATION/Terse-Static-0.12.tar.gz, LNATION, 2025; MetaCPAN )
Terse-Static/lib/Terse/View/Static.pm ( view source; MetaCPAN )
elf) = @_;
	$self->static_directory ||= 'root/static';
	$self->allowed = 'js|css|png|svg|jpeg|gif|json|html|txt|eot|ttf|woff|woff2|mov|mp4';
	$self->mime = {
		js => 'application/javascript',
		css =>
g => 'image/png',
		svg => 'image/svg',
		jpeg => 'image/jpeg',
		gif => 'image/gif',
		json => 'application/json',
		html => 'text/html',
		txt => 'text/plain',
		eot => 'application/vnd.ms-fontobjec
Terse-Static ( L/LN/LNATION/Terse-Static-0.12.tar.gz, LNATION, 2025; MetaCPAN )
Terse-Static/lib/Terse/Controller/Static.pm ( view source; MetaCPAN )
tured(1) :content_type(image/gif) { }

sub static_json :get(static) :view(static) :path(static/(.*\.json)) :captured(1) :content_type(application/json) { }

sub static_html :get(static) :view(static) 
Terse-Static ( L/LN/LNATION/Terse-Static-0.12.tar.gz, LNATION, 2025; MetaCPAN )
Terse-Static/lib/Terse/Controller/DelayedStatic.pm ( view source; MetaCPAN )
d(1) :content_type(image/gif) { }

sub static_json :get(static) :view(static) :delayed :path(static/(.*\.json)) :captured(1) :content_type(application/json) { }

sub static_html :get(static) :view(sta

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.