NAME
MetaCPAN::Role::Fastly::Catalyst - Methods for catalyst fastly API intergration
SYNOPSIS
use Catalyst qw/
+MetaCPAN::Role::Fastly::Catalyst
/;
DESCRIPTION
This role includes CatalystX::Fastly::Role::Response and MetaCPAN::Role::Fastly and therefor MooseX::Fastly::Role.
Before finalize
this will add the content type as surrogate keys and perform a purge of anything added to the purge list. The headers are actually added by CatalystX::Fastly::Role::Response
$c->add_author_key('Ether');
See "purge_author_key" in MetaCPAN::Role::Fastly