Function
get-service-version
The version number for the Fastly service that is processing the current request.
Equivalent to the "FASTLY_SERVICE_VERSION" environment variable and to req.vcl.version
in VCL.
get-service-version: func() -> u64;The version number for the Fastly service that is processing the current request.
Equivalent to the "FASTLY_SERVICE_VERSION" environment variable and to req.vcl.version
in VCL.
get-service-version: func() -> u64;