logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catalyst::Request::REST::ForBrowsers - A Catalyst::Request::REST subclass for dealing with browsers

Author

       Dave Rolsky, "<autarch@urth.org>"

Bugs

       Please report any bugs or feature requests to "bug-catalyst-request-rest-forbrowsers@rt.cpan.org", or
       through the web interface at <http://rt.cpan.org>.  I will be notified, and then you'll automatically be
       notified of progress on your bug as I make changes.

Description

       This class has been deprecated in favor of Catalyst::TraitFor::Request::REST::ForBrowsers. Please see
       that class for details on methods and attributes.

Name

       Catalyst::Request::REST::ForBrowsers - A Catalyst::Request::REST subclass for dealing with browsers

Synopsis

           package MyApp;

           use Catalyst::Request::REST::ForBrowsers;

           MyApp->request_class( 'Catalyst::Request::REST::ForBrowsers' );

See Also