Mercurial > pub > Impl
view Lib/IMPL/SQL/Schema/Traits/Processor.pm @ 256:32aceba4ee6d
corrected ViewHandlers to handle cookies and headers.
Dirty hacks to handle binary data
RestController doesn't deal with file extensions anymore.
author | sergey |
---|---|
date | Wed, 12 Dec 2012 04:29:50 +0400 |
parents | d1676be8afcc |
children |
line wrap: on
line source
package IMPL::SQL::Traits::Processor; use parent qw(IMPL::SQL::Schema); use IMPL::Class::Property; 1;