-
-
03 Sep 2020 20:15:28 UTC
- Distribution: Net-Fastly
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (11)
- Testers (290 / 0 / 0)
- Kwalitee
Bus factor: 1- 28.55% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (37.76KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 14 contributors- - Fastly Inc
-
andri
-
Andri Antoniades
-
Artur Bergman
-
Eric Hodel
-
Gabor Szabo
-
Geoffrey Schorkopf
-
Leon Brocard
-
Matthew Wodrich
-
Michael May
-
Simon Wistow
-
Steve Ivy
-
Tatsuhiko Miyagawa
-
Thom Mahoney
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
Module Install Instructions
To install Net::Fastly, copy and paste the appropriate command in to your terminal.
cpanm Net::Fastly
perl -MCPAN -e shell install Net::Fastly
For more information on module installation, please visit the detailed CPAN module installation guide.