Plack-Middleware-Proxy-Flickr
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
NAME
    Plack::Middleware::Proxy::Flickr - Proxy images from Flickr

VERSION
    version 0.001

SYNOPSIS
        # example1.psgi
    
        builder {
            enable 'Image::Scale', memory_limit => 50_000_000;
            enable 'Proxy::Flickr', apikey => 'xxx', apisecret => 'yyy';
            Plack::App::Proxy->new();
        };

    This module is just a proof of concept. Do not use!

    Request to /nnn_200x200.jpg will fetch image nnn from Flickr, scale it
    to 200x200 size and convert to jpg, on the fly.

METHODS
  notfound
    Return 404 status to the caller.

AUTHOR
    Panu Ervamaa 

COPYRIGHT AND LICENSE
    This software is copyright (c) 2011 by Panu Ervamaa.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。