The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Fastly::VCL - An internal representation of matcher object in Fastly

ACCESSORS

service_id

The id of the service this belongs to.

version

The number of the version this belongs to.

name

The name of this match.

pattern

The matching pattern.

on_recv

What VCL action to execute before we lookup the object.

on_lookup

What VCL action to execute during a lookup.

on_fetch

What to execute after we have the header.

on_miss

What to execute on a cache miss

on_hit

What to execute on a cache hit.

on_deliver

What to execute just before delivering the object.

priority

The ordering of the match object

comment

a free form comment field