class Fastly::Match

An object that allows matching on requests and dispatching to different methods

Attributes

comment[RW]

a free form comment field

name[RW]

The name of this match.

on_deliver[RW]

What to execute just before delivering the object.

on_fetch[RW]

What to execute after we have the header.

on_hit[RW]

What to execute on a cache hit.

on_lookup[RW]

What VCL action to execute during a lookup.

on_miss[RW]

What to execute on a cache miss

on_recv[RW]

What VCL action to execute before we lookup the object.

pattern[RW]

The matching pattern.

priority[RW]

The ordering of the match object

service_id[RW]

The id of the service this belongs to.

version[RW]

The number of the version this belongs to.