builtin

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2024 License: MIT Imports: 43 Imported by: 0

Documentation

Index

Constants

View Source
const Accept_charset_lookup_Name = "accept.charset_lookup"
View Source
const Accept_encoding_lookup_Name = "accept.encoding_lookup"
View Source
const Accept_language_filter_basic_Name = "accept.language_filter_basic"
View Source
const Accept_language_lookup_Name = "accept.language_lookup"
View Source
const Accept_media_lookup_Name = "accept.media_lookup"
View Source
const Addr_extract_bits_Name = "addr.extract_bits"
View Source
const Addr_is_ipv4_Name = "addr.is_ipv4"
View Source
const Addr_is_ipv6_Name = "addr.is_ipv6"
View Source
const Bin_base64_to_hex_Name = "bin.base64_to_hex"
View Source
const Bin_hex_to_base64_Name = "bin.hex_to_base64"
View Source
const Boltsort_sort_Name = "boltsort.sort"
View Source
const Crypto_decrypt_base64_Name = "crypto.decrypt_base64"
View Source
const Crypto_decrypt_hex_Name = "crypto.decrypt_hex"
View Source
const Crypto_encrypt_base64_Name = "crypto.encrypt_base64"
View Source
const Crypto_encrypt_hex_Name = "crypto.encrypt_hex"
View Source
const Cstr_escape_Name = "cstr_escape"
View Source
const Digest_awsv4_hmac_Name = "digest.awsv4_hmac"
View Source
const Digest_base64_Name = "digest.base64"
View Source
const Digest_base64_decode_Name = "digest.base64_decode"
View Source
const Digest_base64url_Name = "digest.base64url"
View Source
const Digest_base64url_decode_Name = "digest.base64url_decode"
View Source
const Digest_base64url_nopad_Name = "digest.base64url_nopad"
View Source
const Digest_base64url_nopad_decode_Name = "digest.base64url_nopad_decode"
View Source
const Digest_hash_crc32_Name = "digest.hash_crc32"
View Source
const Digest_hash_crc32b_Name = "digest.hash_crc32b"
View Source
const Digest_hash_md5_Name = "digest.hash_md5"
View Source
const Digest_hash_sha1_Name = "digest.hash_sha1"
View Source
const Digest_hash_sha1_from_base64_Name = "digest.hash_sha1_from_base64"
View Source
const Digest_hash_sha224_Name = "digest.hash_sha224"
View Source
const Digest_hash_sha256_Name = "digest.hash_sha256"
View Source
const Digest_hash_sha256_from_base64_Name = "digest.hash_sha256_from_base64"
View Source
const Digest_hash_sha384_Name = "digest.hash_sha384"
View Source
const Digest_hash_sha512_Name = "digest.hash_sha512"
View Source
const Digest_hash_sha512_from_base64_Name = "digest.hash_sha512_from_base64"
View Source
const Digest_hmac_md5_Name = "digest.hmac_md5"
View Source
const Digest_hmac_md5_base64_Name = "digest.hmac_md5_base64"
View Source
const Digest_hmac_sha1_Name = "digest.hmac_sha1"
View Source
const Digest_hmac_sha1_base64_Name = "digest.hmac_sha1_base64"
View Source
const Digest_hmac_sha256_Name = "digest.hmac_sha256"
View Source
const Digest_hmac_sha256_base64_Name = "digest.hmac_sha256_base64"
View Source
const Digest_hmac_sha512_Name = "digest.hmac_sha512"
View Source
const Digest_hmac_sha512_base64_Name = "digest.hmac_sha512_base64"
View Source
const Digest_rsa_verify_Name = "digest.rsa_verify"
View Source
const Digest_secure_is_equal_Name = "digest.secure_is_equal"
View Source
const Digest_time_hmac_md5_Name = "digest.time_hmac_md5"
View Source
const Digest_time_hmac_sha1_Name = "digest.time_hmac_sha1"
View Source
const Digest_time_hmac_sha256_Name = "digest.time_hmac_sha256"
View Source
const Digest_time_hmac_sha512_Name = "digest.time_hmac_sha512"
View Source
const Early_hints_Name = "early_hints"
View Source
const Fastly_hash_Name = "fastly.hash"
View Source
const H2_disable_header_compression_Name = "h2.disable_header_compression"
View Source
const H2_push_Name = "h2.push"
View Source
const H3_alt_svc_Name = "h3.alt_svc"
View Source
const Header_filter_Name = "header.filter"
View Source
const Header_filter_except_Name = "header.filter_except"
View Source
const Header_get_Name = "header.get"
View Source
const Header_set_Name = "header.set"
View Source
const Header_unset_Name = "header.unset"
View Source
const Http_status_matches_Name = "http_status_matches"
View Source
const Json_escape_Name = "json.escape"
View Source
const Math_acos_Name = "math.acos"
View Source
const Math_acosh_Name = "math.acosh"
View Source
const Math_asin_Name = "math.asin"
View Source
const Math_asinh_Name = "math.asinh"
View Source
const Math_atan2_Name = "math.atan2"
View Source
const Math_atan_Name = "math.atan"
View Source
const Math_atanh_Name = "math.atanh"
View Source
const Math_ceil_Name = "math.ceil"
View Source
const Math_cos_Name = "math.cos"
View Source
const Math_cosh_Name = "math.cosh"
View Source
const Math_exp2_Name = "math.exp2"
View Source
const Math_exp_Name = "math.exp"
View Source
const Math_floor_Name = "math.floor"
View Source
const Math_is_finite_Name = "math.is_finite"
View Source
const Math_is_infinite_Name = "math.is_infinite"
View Source
const Math_is_nan_Name = "math.is_nan"
View Source
const Math_is_normal_Name = "math.is_normal"
View Source
const Math_is_subnormal_Name = "math.is_subnormal"
View Source
const Math_log10_Name = "math.log10"
View Source
const Math_log2_Name = "math.log2"
View Source
const Math_log_Name = "math.log"
View Source
const Math_round_Name = "math.round"
View Source
const Math_roundeven_Name = "math.roundeven"
View Source
const Math_roundhalfdown_Name = "math.roundhalfdown"
View Source
const Math_roundhalfup_Name = "math.roundhalfup"
View Source
const Math_sin_Name = "math.sin"
View Source
const Math_sinh_Name = "math.sinh"
View Source
const Math_sqrt_Name = "math.sqrt"
View Source
const Math_tan_Name = "math.tan"
View Source
const Math_tanh_Name = "math.tanh"
View Source
const Math_trunc_Name = "math.trunc"
View Source
const Parse_time_delta_Name = "parse_time_delta"
View Source
const Querystring_add_Name = "querystring.add"
View Source
const Querystring_clean_Name = "querystring.clean"
View Source
const Querystring_filter_Name = "querystring.filter"
View Source
const Querystring_filter_except_Name = "querystring.filter_except"
View Source
const Querystring_filtersep_Name = "querystring.filtersep"
View Source
const Querystring_get_Name = "querystring.get"
View Source
const Querystring_globfilter_Name = "querystring.globfilter"
View Source
const Querystring_globfilter_except_Name = "querystring.globfilter_except"
View Source
const Querystring_regfilter_Name = "querystring.regfilter"
View Source
const Querystring_regfilter_except_Name = "querystring.regfilter_except"
View Source
const Querystring_remove_Name = "querystring.remove"
View Source
const Querystring_set_Name = "querystring.set"
View Source
const Querystring_sort_Name = "querystring.sort"
View Source
const Randombool_Name = "randombool"
View Source
const Randombool_seeded_Name = "randombool_seeded"
View Source
const Randomint_Name = "randomint"
View Source
const Randomint_seeded_Name = "randomint_seeded"
View Source
const Randomstr_Name = "randomstr"
View Source
const Ratelimit_check_rate_Name = "ratelimit.check_rate"
View Source
const Ratelimit_check_rates_Name = "ratelimit.check_rates"
View Source
const Ratelimit_penaltybox_add_Name = "ratelimit.penaltybox_add"
View Source
const Ratelimit_penaltybox_has_Name = "ratelimit.penaltybox_has"
View Source
const Ratelimit_ratecounter_increment_Name = "ratelimit.ratecounter_increment"
View Source
const Regsub_Name = "regsub"
View Source
const Regsuball_Name = "regsuball"
View Source
const Resp_tarpit_Name = "resp.tarpit"
View Source
const Setcookie_delete_by_name_Name = "setcookie.delete_by_name"
View Source
const Setcookie_get_value_by_name_Name = "setcookie.get_value_by_name"
View Source
const Std_anystr2ip_Name = "std.anystr2ip"
View Source
const Std_atof_Name = "std.atof"
View Source
const Std_atoi_Name = "std.atoi"
View Source
const Std_basename_Name = "std.basename"
View Source
const Std_collect_Name = "std.collect"
View Source
const Std_count_Name = "std.count"
View Source
const Std_dirname_Name = "std.dirname"
View Source
const Std_integer2time_Name = "std.integer2time"
View Source
const Std_ip2str_Name = "std.ip2str"
View Source
const Std_ip_Name = "std.ip"
View Source
const Std_itoa_Name = "std.itoa"
View Source
const Std_itoa_charset_Name = "std.itoa_charset"
View Source
const Std_prefixof_Name = "std.prefixof"
View Source
const Std_replace_Name = "std.replace"
View Source
const Std_replace_prefix_Name = "std.replace_prefix"
View Source
const Std_replace_suffix_Name = "std.replace_suffix"
View Source
const Std_replaceall_Name = "std.replaceall"
View Source
const Std_str2ip_Name = "std.str2ip"
View Source
const Std_strlen_Name = "std.strlen"
View Source
const Std_strpad_Name = "std.strpad"
View Source
const Std_strrep_Name = "std.strrep"
View Source
const Std_strrev_Name = "std.strrev"
View Source
const Std_strstr_Name = "std.strstr"
View Source
const Std_strtof_Name = "std.strtof"
View Source
const Std_strtol_Name = "std.strtol"
View Source
const Std_suffixof_Name = "std.suffixof"
View Source
const Std_time_Name = "std.time"
View Source
const Std_tolower_Name = "std.tolower"
View Source
const Std_toupper_Name = "std.toupper"
View Source
const Strftime_Name = "strftime"
View Source
const Subfield_Name = "subfield"
View Source
const Substr_Name = "substr"
View Source
const Table_contains_Name = "table.contains"
View Source
const Table_lookup_Name = "table.lookup"
View Source
const Table_lookup_acl_Name = "table.lookup_acl"
View Source
const Table_lookup_backend_Name = "table.lookup_backend"
View Source
const Table_lookup_bool_Name = "table.lookup_bool"
View Source
const Table_lookup_float_Name = "table.lookup_float"
View Source
const Table_lookup_integer_Name = "table.lookup_integer"
View Source
const Table_lookup_ip_Name = "table.lookup_ip"
View Source
const Table_lookup_rtime_Name = "table.lookup_rtime"
View Source
const Time_add_Name = "time.add"
View Source
const Time_hex_to_time_Name = "time.hex_to_time"
View Source
const Time_interval_elapsed_ratio_Name = "time.interval_elapsed_ratio"
View Source
const Time_is_after_Name = "time.is_after"
View Source
const Time_runits_Name = "time.runits"
View Source
const Time_sub_Name = "time.sub"
View Source
const Time_units_Name = "time.units"
View Source
const Urldecode_Name = "urldecode"
View Source
const Urlencode_Name = "urlencode"
View Source
const Utf8_codepoint_count_Name = "utf8.codepoint_count"
View Source
const Utf8_is_valid_Name = "utf8.is_valid"
View Source
const Utf8_strpad_Name = "utf8.strpad"
View Source
const Utf8_substr_Name = "utf8.substr"
View Source
const Uuid_dns_Name = "uuid.dns"
View Source
const Uuid_is_valid_Name = "uuid.is_valid"
View Source
const Uuid_is_version3_Name = "uuid.is_version3"
View Source
const Uuid_is_version4_Name = "uuid.is_version4"
View Source
const Uuid_is_version5_Name = "uuid.is_version5"
View Source
const Uuid_oid_Name = "uuid.oid"
View Source
const Uuid_url_Name = "uuid.url"
View Source
const Uuid_version3_Name = "uuid.version3"
View Source
const Uuid_version4_Name = "uuid.version4"
View Source
const Uuid_version5_Name = "uuid.version5"
View Source
const Uuid_x500_Name = "uuid.x500"
View Source
const Xml_escape_Name = "xml_escape"

Variables

View Source
var Accept_charset_lookup_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType}
View Source
var Accept_encoding_lookup_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType}
View Source
var Accept_language_filter_basic_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType, value.IntegerType}
View Source
var Accept_language_lookup_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType}
View Source
var Accept_media_lookup_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType, value.StringType}
View Source
var Addr_extract_bits_ArgumentTypes = []value.Type{value.IpType, value.IntegerType, value.IntegerType}
View Source
var Addr_is_ipv4_ArgumentTypes = []value.Type{value.IpType}
View Source
var Addr_is_ipv6_ArgumentTypes = []value.Type{value.IpType}
View Source
var Bin_base64_to_hex_ArgumentTypes = []value.Type{value.StringType}
View Source
var Bin_hex_to_base64_ArgumentTypes = []value.Type{value.StringType}
View Source
var Boltsort_sort_ArgumentTypes = []value.Type{value.StringType}
View Source
var Cstr_escape_ArgumentTypes = []value.Type{value.StringType}
View Source
var Cstr_escape_CharacterMap = map[byte][]byte{
	0x22: []byte("\""),
	0x5C: []byte("\\"),
	0x08: []byte("\\b"),
	0x09: []byte("\\t"),
	0x0A: []byte("\\n"),
	0x0B: []byte("\\v"),
	0x0D: []byte("\\r"),
}
View Source
var Digest_base64_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_base64_decode_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_base64url_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_base64url_decode_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_base64url_nopad_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_base64url_nopad_decode_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hash_crc32_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hash_crc32b_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hash_md5_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hash_sha1_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hash_sha1_from_base64_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hash_sha224_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hash_sha256_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hash_sha256_from_base64_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hash_sha384_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hash_sha512_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hash_sha512_from_base64_ArgumentTypes = []value.Type{value.StringType}
View Source
var Digest_hmac_md5_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Digest_hmac_md5_base64_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Digest_hmac_sha1_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Digest_hmac_sha1_base64_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Digest_hmac_sha256_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Digest_hmac_sha256_base64_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Digest_hmac_sha512_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Digest_hmac_sha512_base64_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Digest_secure_is_equal_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Digest_time_hmac_md5_ArgumentTypes = []value.Type{value.StringType, value.IntegerType, value.IntegerType}
View Source
var Digest_time_hmac_sha1_ArgumentTypes = []value.Type{value.StringType, value.IntegerType, value.IntegerType}
View Source
var Digest_time_hmac_sha256_ArgumentTypes = []value.Type{value.StringType, value.IntegerType, value.IntegerType}
View Source
var Digest_time_hmac_sha512_ArgumentTypes = []value.Type{value.StringType, value.IntegerType, value.IntegerType}
View Source
var Early_hints_ArgumentTypes = []value.Type{value.StringType}
View Source
var H3_alt_svc_ArgumentTypes = []value.Type{}
View Source
var Header_filter_ArgumentTypes = []value.Type{value.IdentType}
View Source
var Header_filter_except_ArgumentTypes = []value.Type{value.IdentType}
View Source
var Header_get_ArgumentTypes = []value.Type{value.IdentType}
View Source
var Header_set_ArgumentTypes = []value.Type{value.IdentType}
View Source
var Header_unset_ArgumentTypes = []value.Type{value.IdentType}
View Source
var Http_status_matches_ArgumentTypes = []value.Type{value.IntegerType, value.StringType}
View Source
var Json_escape_ArgumentTypes = []value.Type{value.StringType}
View Source
var Json_escape_CharacterMap = map[rune][]rune{
	0x22: []rune("\""),
	0x5C: []rune("\\"),
	0x08: []rune("\\b"),
	0x09: []rune("\\t"),
	0x0A: []rune("\\n"),
	0x0C: []rune("\\f"),
	0x0D: []rune("\\r"),
}
View Source
var Math_acos_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_acosh_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_asin_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_asinh_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_atan2_ArgumentTypes = []value.Type{value.FloatType, value.FloatType}
View Source
var Math_atan_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_atanh_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_ceil_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_cos_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_cosh_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_exp2_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_exp_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_floor_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_is_finite_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_is_infinite_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_is_nan_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_is_normal_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_is_subnormal_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_log10_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_log2_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_log_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_round_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_roundeven_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_roundhalfdown_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_roundhalfup_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_sin_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_sinh_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_sqrt_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_tan_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_tanh_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Math_trunc_ArgumentTypes = []value.Type{value.FloatType}
View Source
var Parse_time_delta_ArgumentTypes = []value.Type{value.StringType}
View Source
var Querystring_add_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType}
View Source
var Querystring_clean_ArgumentTypes = []value.Type{value.StringType}
View Source
var Querystring_filter_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Querystring_filter_except_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Querystring_filtersep_ArgumentTypes = []value.Type{}
View Source
var Querystring_filtersep_Sign = []byte{0xFF}
View Source
var Querystring_get_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Querystring_globfilter_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Querystring_globfilter_except_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Querystring_regfilter_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Querystring_regfilter_except_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Querystring_remove_ArgumentTypes = []value.Type{value.StringType}
View Source
var Querystring_set_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType}
View Source
var Querystring_sort_ArgumentTypes = []value.Type{value.StringType}
View Source
var Randombool_ArgumentTypes = []value.Type{value.IntegerType, value.IntegerType}
View Source
var Randombool_seeded_ArgumentTypes = []value.Type{value.IntegerType, value.IntegerType, value.IntegerType}
View Source
var Randomint_ArgumentTypes = []value.Type{value.IntegerType, value.IntegerType}
View Source
var Randomint_seeded_ArgumentTypes = []value.Type{value.IntegerType, value.IntegerType, value.IntegerType}
View Source
var Randomstr_ArgumentTypes = []value.Type{value.IntegerType, value.StringType}
View Source
var Randomstr_default_characters = []rune(
	"abcdedfhijklmnopqrstuvwxyzABCDEDFHIJKLMNOPQRSTUVWXYZ0123456789-_",
)
View Source
var Ratelimit_penaltybox_add_ArgumentTypes = []value.Type{value.IdentType, value.StringType, value.RTimeType}
View Source
var Ratelimit_penaltybox_has_ArgumentTypes = []value.Type{value.IdentType, value.StringType}
View Source
var Ratelimit_ratecounter_increment_ArgumentTypes = []value.Type{value.IdentType, value.StringType, value.IntegerType}
View Source
var Regsuball_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType}
View Source
var Resp_tarpit_ArgumentTypes = []value.Type{value.IntegerType, value.IntegerType}
View Source
var Setcookie_delete_by_name_ArgumentTypes = []value.Type{value.IdentType, value.StringType}
View Source
var Setcookie_get_value_by_name_ArgumentTypes = []value.Type{value.IdentType, value.StringType}
View Source
var Std_anystr2ip_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Std_atof_ArgumentTypes = []value.Type{value.StringType}
View Source
var Std_atoi_ArgumentTypes = []value.Type{value.StringType}
View Source
var Std_basename_ArgumentTypes = []value.Type{value.StringType}
View Source
var Std_collect_ArgumentTypes = []value.Type{value.IdentType, value.StringType}
View Source
var Std_count_ArgumentTypes = []value.Type{value.IdentType}
View Source
var Std_dirname_ArgumentTypes = []value.Type{value.StringType}
View Source
var Std_integer2time_ArgumentTypes = []value.Type{value.IntegerType}
View Source
var Std_ip2str_ArgumentTypes = []value.Type{value.IpType}
View Source
var Std_ip_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Std_itoa_ArgumentTypes = []value.Type{value.IntegerType, value.IntegerType}
View Source
var Std_itoa_charset_ArgumentTypes = []value.Type{value.IntegerType, value.StringType}
View Source
var Std_prefixof_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Std_replace_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType}
View Source
var Std_replace_prefix_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType}
View Source
var Std_replace_suffix_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType}
View Source
var Std_replaceall_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType}
View Source
var Std_str2ip_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Std_strlen_ArgumentTypes = []value.Type{value.StringType}
View Source
var Std_strpad_ArgumentTypes = []value.Type{value.StringType, value.IntegerType, value.StringType}
View Source
var Std_strrep_ArgumentTypes = []value.Type{value.StringType, value.IntegerType}
View Source
var Std_strrev_ArgumentTypes = []value.Type{value.StringType}
View Source
var Std_strstr_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Std_strtof_ArgumentTypes = []value.Type{value.StringType, value.IntegerType}
View Source
var Std_strtol_ArgumentTypes = []value.Type{value.StringType, value.IntegerType}
View Source
var Std_suffixof_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Std_time_ArgumentTypes = []value.Type{value.StringType, value.TimeType}
View Source
var Std_time_SupportFormats = []string{
	time.RFC1123,
	time.RFC822,
	time.RFC850,
	time.ANSIC,
	"2006-01-02 15:04:05",
}
View Source
var Std_tolower_ArgumentTypes = []value.Type{value.StringType}
View Source
var Std_toupper_ArgumentTypes = []value.Type{value.StringType}
View Source
var Strftime_ArgumentTypes = []value.Type{value.StringType, value.TimeType}
View Source
var Strftime_weeks = map[string]int{
	"Mon": 1,
	"Tue": 2,
	"Wed": 3,
	"Thu": 4,
	"Fri": 5,
	"Sat": 6,
	"Sun": 7,
}
View Source
var Subfield_ArgumentTypes = []value.Type{value.StringType, value.StringType, value.StringType}
View Source
var Table_contains_ArgumentTypes = []value.Type{value.IdentType, value.StringType}
View Source
var Table_lookup_ArgumentTypes = []value.Type{value.IdentType, value.StringType, value.StringType}
View Source
var Table_lookup_acl_ArgumentTypes = []value.Type{value.IdentType, value.StringType, value.AclType}
View Source
var Table_lookup_backend_ArgumentTypes = []value.Type{value.IdentType, value.StringType, value.BackendType}
View Source
var Table_lookup_bool_ArgumentTypes = []value.Type{value.IdentType, value.StringType, value.BooleanType}
View Source
var Table_lookup_float_ArgumentTypes = []value.Type{value.IdentType, value.StringType, value.FloatType}
View Source
var Table_lookup_integer_ArgumentTypes = []value.Type{value.IdentType, value.StringType, value.IntegerType}
View Source
var Table_lookup_ip_ArgumentTypes = []value.Type{value.IdentType, value.StringType, value.IpType}
View Source
var Table_lookup_rtime_ArgumentTypes = []value.Type{value.IdentType, value.StringType, value.RTimeType}
View Source
var Time_add_ArgumentTypes = []value.Type{value.TimeType, value.RTimeType}
View Source
var Time_hex_to_time_ArgumentTypes = []value.Type{value.IntegerType, value.StringType}
View Source
var Time_interval_elapsed_ratio_ArgumentTypes = []value.Type{value.TimeType, value.TimeType, value.TimeType}
View Source
var Time_is_after_ArgumentTypes = []value.Type{value.TimeType, value.TimeType}
View Source
var Time_runits_ArgumentTypes = []value.Type{value.StringType, value.RTimeType}
View Source
var Time_sub_ArgumentTypes = []value.Type{value.TimeType, value.RTimeType}
View Source
var Time_units_ArgumentTypes = []value.Type{value.StringType, value.TimeType}
View Source
var Urldecode_ArgumentTypes = []value.Type{value.StringType}
View Source
var Urlencode_ArgumentTypes = []value.Type{value.StringType}
View Source
var Utf8_codepoint_count_ArgumentTypes = []value.Type{value.StringType}
View Source
var Utf8_is_valid_ArgumentTypes = []value.Type{value.StringType}
View Source
var Utf8_strpad_ArgumentTypes = []value.Type{value.StringType, value.IntegerType, value.StringType}
View Source
var Utf8_substr_ArgumentTypes = []value.Type{value.StringType, value.IntegerType, value.IntegerType}
View Source
var Uuid_dns_ArgumentTypes = []value.Type{}
View Source
var Uuid_is_valid_ArgumentTypes = []value.Type{value.StringType}
View Source
var Uuid_is_version3_ArgumentTypes = []value.Type{value.StringType}
View Source
var Uuid_is_version4_ArgumentTypes = []value.Type{value.StringType}
View Source
var Uuid_is_version5_ArgumentTypes = []value.Type{value.StringType}
View Source
var Uuid_oid_ArgumentTypes = []value.Type{}
View Source
var Uuid_url_ArgumentTypes = []value.Type{}
View Source
var Uuid_version3_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Uuid_version4_ArgumentTypes = []value.Type{}
View Source
var Uuid_version5_ArgumentTypes = []value.Type{value.StringType, value.StringType}
View Source
var Uuid_x500_ArgumentTypes = []value.Type{}
View Source
var Xml_escape_ArgumentTypes = []value.Type{value.StringType}

Functions

func Accept_charset_lookup

func Accept_charset_lookup(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of accept.charset_lookup Arguments may be: - STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/content-negotiation/accept-charset-lookup/

func Accept_charset_lookup_Validate

func Accept_charset_lookup_Validate(args []value.Value) error

func Accept_encoding_lookup

func Accept_encoding_lookup(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of accept.encoding_lookup Arguments may be: - STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/content-negotiation/accept-encoding-lookup/

func Accept_encoding_lookup_Validate

func Accept_encoding_lookup_Validate(args []value.Value) error

func Accept_language_filter_basic

func Accept_language_filter_basic(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of accept.language_filter_basic Arguments may be: - STRING, STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/content-negotiation/accept-language-filter-basic/

func Accept_language_filter_basic_Validate

func Accept_language_filter_basic_Validate(args []value.Value) error

func Accept_language_lookup

func Accept_language_lookup(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of accept.language_lookup Arguments may be: - STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/content-negotiation/accept-language-lookup/

func Accept_language_lookup_Validate

func Accept_language_lookup_Validate(args []value.Value) error

func Accept_media_lookup

func Accept_media_lookup(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of accept.media_lookup Arguments may be: - STRING, STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/content-negotiation/accept-media-lookup/

func Accept_media_lookup_Validate

func Accept_media_lookup_Validate(args []value.Value) error

func Addr_extract_bits

func Addr_extract_bits(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of addr.extract_bits Arguments may be: - IP, INTEGER, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/miscellaneous/addr-extract-bits/

func Addr_extract_bits_Validate

func Addr_extract_bits_Validate(args []value.Value) error

func Addr_is_ipv4

func Addr_is_ipv4(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of addr.is_ipv4 Arguments may be: - IP Reference: https://developer.fastly.com/reference/vcl/functions/miscellaneous/addr-is-ipv4/

func Addr_is_ipv4_Validate

func Addr_is_ipv4_Validate(args []value.Value) error

func Addr_is_ipv6

func Addr_is_ipv6(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of addr.is_ipv6 Arguments may be: - IP Reference: https://developer.fastly.com/reference/vcl/functions/miscellaneous/addr-is-ipv6/

func Addr_is_ipv6_Validate

func Addr_is_ipv6_Validate(args []value.Value) error

func Bin_base64_to_hex

func Bin_base64_to_hex(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of bin.base64_to_hex Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/bin-base64-to-hex/

func Bin_base64_to_hex_Validate

func Bin_base64_to_hex_Validate(args []value.Value) error

func Bin_hex_to_base64

func Bin_hex_to_base64(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of bin.hex_to_base64 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/bin-hex-to-base64/

func Bin_hex_to_base64_Validate

func Bin_hex_to_base64_Validate(args []value.Value) error

func Boltsort_sort

func Boltsort_sort(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of boltsort.sort Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/boltsort-sort/

func Boltsort_sort_Validate

func Boltsort_sort_Validate(args []value.Value) error

func Crypto_decrypt_base64

func Crypto_decrypt_base64(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of crypto.decrypt_base64 Arguments may be: - ID, ID, ID, STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/crypto-decrypt-base64/

func Crypto_decrypt_base64_Validate

func Crypto_decrypt_base64_Validate(args []value.Value) error

func Crypto_decrypt_hex

func Crypto_decrypt_hex(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of crypto.decrypt_hex Arguments may be: - ID, ID, ID, STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/crypto-decrypt-hex/

func Crypto_decrypt_hex_Validate

func Crypto_decrypt_hex_Validate(args []value.Value) error

func Crypto_encrypt_base64

func Crypto_encrypt_base64(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of crypto.encrypt_base64 Arguments may be: - ID, ID, ID, STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/crypto-encrypt-base64/

func Crypto_encrypt_base64_Validate

func Crypto_encrypt_base64_Validate(args []value.Value) error

func Crypto_encrypt_hex

func Crypto_encrypt_hex(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of crypto.encrypt_hex Arguments may be: - ID, ID, ID, STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/crypto-encrypt-hex/

func Crypto_encrypt_hex_Validate

func Crypto_encrypt_hex_Validate(args []value.Value) error

func Cstr_escape

func Cstr_escape(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of cstr_escape Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/cstr-escape/

func Cstr_escape_Validate

func Cstr_escape_Validate(args []value.Value) error

func Digest_awsv4_hmac

func Digest_awsv4_hmac(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.awsv4_hmac Arguments may be: - STRING, STRING, STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-awsv4-hmac/

func Digest_awsv4_hmac_Validate

func Digest_awsv4_hmac_Validate(args []value.Value) error

func Digest_base64

func Digest_base64(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.base64 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-base64/

func Digest_base64_Validate

func Digest_base64_Validate(args []value.Value) error

func Digest_base64_decode

func Digest_base64_decode(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.base64_decode Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-base64-decode/

func Digest_base64_decode_Validate

func Digest_base64_decode_Validate(args []value.Value) error

func Digest_base64_decode_removeInvalidCharacters added in v1.5.0

func Digest_base64_decode_removeInvalidCharacters(input string) string

func Digest_base64url

func Digest_base64url(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.base64url Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-base64url/

func Digest_base64url_Validate

func Digest_base64url_Validate(args []value.Value) error

func Digest_base64url_decode

func Digest_base64url_decode(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.base64url_decode Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-base64url-decode/

func Digest_base64url_decode_Validate

func Digest_base64url_decode_Validate(args []value.Value) error

func Digest_base64url_decode_removeInvalidCharacters added in v1.5.0

func Digest_base64url_decode_removeInvalidCharacters(input string) string

func Digest_base64url_nopad

func Digest_base64url_nopad(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.base64url_nopad Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-base64url-nopad/

func Digest_base64url_nopad_Validate

func Digest_base64url_nopad_Validate(args []value.Value) error

func Digest_base64url_nopad_decode

func Digest_base64url_nopad_decode(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.base64url_nopad_decode Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-base64url-nopad-decode/

func Digest_base64url_nopad_decode_Validate

func Digest_base64url_nopad_decode_Validate(args []value.Value) error

func Digest_base64url_nopad_decode_removeInvalidCharacters added in v1.5.0

func Digest_base64url_nopad_decode_removeInvalidCharacters(input string) string

func Digest_hash_crc32

func Digest_hash_crc32(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hash_crc32 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hash-crc32/

func Digest_hash_crc32_Validate

func Digest_hash_crc32_Validate(args []value.Value) error

func Digest_hash_crc32b

func Digest_hash_crc32b(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hash_crc32b Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hash-crc32b/

func Digest_hash_crc32b_Validate

func Digest_hash_crc32b_Validate(args []value.Value) error

func Digest_hash_md5

func Digest_hash_md5(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hash_md5 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hash-md5/

func Digest_hash_md5_Validate

func Digest_hash_md5_Validate(args []value.Value) error

func Digest_hash_sha1

func Digest_hash_sha1(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hash_sha1 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hash-sha1/

func Digest_hash_sha1_Validate

func Digest_hash_sha1_Validate(args []value.Value) error

func Digest_hash_sha1_from_base64

func Digest_hash_sha1_from_base64(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hash_sha1_from_base64 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hash-sha1-from-base64/

func Digest_hash_sha1_from_base64_Validate

func Digest_hash_sha1_from_base64_Validate(args []value.Value) error

func Digest_hash_sha224

func Digest_hash_sha224(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hash_sha224 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hash-sha224/

func Digest_hash_sha224_Validate

func Digest_hash_sha224_Validate(args []value.Value) error

func Digest_hash_sha256

func Digest_hash_sha256(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hash_sha256 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hash-sha256/

func Digest_hash_sha256_Validate

func Digest_hash_sha256_Validate(args []value.Value) error

func Digest_hash_sha256_from_base64

func Digest_hash_sha256_from_base64(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hash_sha256_from_base64 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hash-sha256-from-base64/

func Digest_hash_sha256_from_base64_Validate

func Digest_hash_sha256_from_base64_Validate(args []value.Value) error

func Digest_hash_sha384

func Digest_hash_sha384(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hash_sha384 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hash-sha384/

func Digest_hash_sha384_Validate

func Digest_hash_sha384_Validate(args []value.Value) error

func Digest_hash_sha512

func Digest_hash_sha512(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hash_sha512 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hash-sha512/

func Digest_hash_sha512_Validate

func Digest_hash_sha512_Validate(args []value.Value) error

func Digest_hash_sha512_from_base64

func Digest_hash_sha512_from_base64(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hash_sha512_from_base64 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hash-sha512-from-base64/

func Digest_hash_sha512_from_base64_Validate

func Digest_hash_sha512_from_base64_Validate(args []value.Value) error

func Digest_hmac_md5

func Digest_hmac_md5(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hmac_md5 Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hmac-md5/

func Digest_hmac_md5_Validate

func Digest_hmac_md5_Validate(args []value.Value) error

func Digest_hmac_md5_base64

func Digest_hmac_md5_base64(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hmac_md5_base64 Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hmac-md5-base64/

func Digest_hmac_md5_base64_Validate

func Digest_hmac_md5_base64_Validate(args []value.Value) error

func Digest_hmac_sha1

func Digest_hmac_sha1(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hmac_sha1 Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hmac-sha1/

func Digest_hmac_sha1_Validate

func Digest_hmac_sha1_Validate(args []value.Value) error

func Digest_hmac_sha1_base64

func Digest_hmac_sha1_base64(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hmac_sha1_base64 Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hmac-sha1-base64/

func Digest_hmac_sha1_base64_Validate

func Digest_hmac_sha1_base64_Validate(args []value.Value) error

func Digest_hmac_sha256

func Digest_hmac_sha256(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hmac_sha256 Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hmac-sha256/

func Digest_hmac_sha256_Validate

func Digest_hmac_sha256_Validate(args []value.Value) error

func Digest_hmac_sha256_base64

func Digest_hmac_sha256_base64(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hmac_sha256_base64 Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hmac-sha256-base64/

func Digest_hmac_sha256_base64_Validate

func Digest_hmac_sha256_base64_Validate(args []value.Value) error

func Digest_hmac_sha512

func Digest_hmac_sha512(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hmac_sha512 Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hmac-sha512/

func Digest_hmac_sha512_Validate

func Digest_hmac_sha512_Validate(args []value.Value) error

func Digest_hmac_sha512_base64

func Digest_hmac_sha512_base64(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.hmac_sha512_base64 Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-hmac-sha512-base64/

func Digest_hmac_sha512_base64_Validate

func Digest_hmac_sha512_base64_Validate(args []value.Value) error

func Digest_rsa_verify

func Digest_rsa_verify(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.rsa_verify Arguments may be: - ID, STRING, STRING, STRING, ID - ID, STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-rsa-verify/

func Digest_rsa_verify_DecodeArgument

func Digest_rsa_verify_DecodeArgument(v value.Value, b64 string) ([]byte, error)

func Digest_rsa_verify_HashMethod

func Digest_rsa_verify_HashMethod(method value.Value) (crypto.Hash, error)

func Digest_rsa_verify_HashSum

func Digest_rsa_verify_HashSum(payload value.Value, hash crypto.Hash) []byte

func Digest_rsa_verify_Validate

func Digest_rsa_verify_Validate(args []value.Value) error

func Digest_secure_is_equal

func Digest_secure_is_equal(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.secure_is_equal Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-secure-is-equal/

func Digest_secure_is_equal_Validate

func Digest_secure_is_equal_Validate(args []value.Value) error

func Digest_time_hmac_md5

func Digest_time_hmac_md5(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.time_hmac_md5 Arguments may be: - STRING, INTEGER, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-time-hmac-md5/

func Digest_time_hmac_md5_Validate

func Digest_time_hmac_md5_Validate(args []value.Value) error

func Digest_time_hmac_sha1

func Digest_time_hmac_sha1(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.time_hmac_sha1 Arguments may be: - STRING, INTEGER, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-time-hmac-sha1/

func Digest_time_hmac_sha1_Validate

func Digest_time_hmac_sha1_Validate(args []value.Value) error

func Digest_time_hmac_sha256

func Digest_time_hmac_sha256(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.time_hmac_sha256 Arguments may be: - STRING, INTEGER, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-time-hmac-sha256/

func Digest_time_hmac_sha256_Validate

func Digest_time_hmac_sha256_Validate(args []value.Value) error

func Digest_time_hmac_sha512

func Digest_time_hmac_sha512(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of digest.time_hmac_sha512 Arguments may be: - STRING, INTEGER, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/cryptographic/digest-time-hmac-sha512/

func Digest_time_hmac_sha512_Validate

func Digest_time_hmac_sha512_Validate(args []value.Value) error

func Early_hints

func Early_hints(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of early_hints Arguments may be: - STRING, STRING, ... Reference: https://developer.fastly.com/reference/vcl/functions/tls-and-http/early-hints/

func Early_hints_Validate

func Early_hints_Validate(args []value.Value) error

func Fastly_hash

func Fastly_hash(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of fastly.hash Arguments may be: - STRING, INTEGER, INTEGER, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/miscellaneous/fastly-hash/

func Fastly_hash_Validate

func Fastly_hash_Validate(args []value.Value) error

func H2_disable_header_compression

func H2_disable_header_compression(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of h2.disable_header_compression Arguments may be: - STRING_LIST Reference: https://developer.fastly.com/reference/vcl/functions/tls-and-http/h2-disable-header-compression/

func H2_disable_header_compression_Validate

func H2_disable_header_compression_Validate(args []value.Value) error

func H2_push

func H2_push(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of h2.push Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/tls-and-http/h2-push/

func H2_push_Validate

func H2_push_Validate(args []value.Value) error

func H3_alt_svc

func H3_alt_svc(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of h3.alt_svc Arguments may be: Reference: https://developer.fastly.com/reference/vcl/functions/tls-and-http/h3-alt-svc/

func H3_alt_svc_Validate

func H3_alt_svc_Validate(args []value.Value) error

func Header_filter

func Header_filter(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of header.filter Arguments may be: - ID, STRING_LIST Reference: https://developer.fastly.com/reference/vcl/functions/headers/header-filter/

func Header_filter_Validate

func Header_filter_Validate(args []value.Value) error

func Header_filter_except

func Header_filter_except(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of header.filter_except Arguments may be: - ID, STRING_LIST Reference: https://developer.fastly.com/reference/vcl/functions/headers/header-filter-except/

func Header_filter_except_Validate

func Header_filter_except_Validate(args []value.Value) error

func Header_get

func Header_get(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of header.get Arguments may be: - ID, STRING Reference: https://developer.fastly.com/reference/vcl/functions/headers/header-get/

func Header_get_Validate

func Header_get_Validate(args []value.Value) error

func Header_set

func Header_set(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of header.set Arguments may be: - ID, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/headers/header-set/

func Header_set_Validate

func Header_set_Validate(args []value.Value) error

func Header_unset

func Header_unset(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of header.unset Arguments may be: - ID, STRING Reference: https://developer.fastly.com/reference/vcl/functions/headers/header-unset/

func Header_unset_Validate

func Header_unset_Validate(args []value.Value) error

func Http_status_matches

func Http_status_matches(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of http_status_matches Arguments may be: - INTEGER, STRING Reference: https://developer.fastly.com/reference/vcl/functions/miscellaneous/http-status-matches/

func Http_status_matches_Validate

func Http_status_matches_Validate(args []value.Value) error

func Json_escape

func Json_escape(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of json.escape Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/json-escape/

func Json_escape_Validate

func Json_escape_Validate(args []value.Value) error

func Math_acos

func Math_acos(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.acos Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-acos/

func Math_acos_Validate

func Math_acos_Validate(args []value.Value) error

func Math_acosh

func Math_acosh(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.acosh Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-acosh/

func Math_acosh_Validate

func Math_acosh_Validate(args []value.Value) error

func Math_asin

func Math_asin(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.asin Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-asin/

func Math_asin_Validate

func Math_asin_Validate(args []value.Value) error

func Math_asinh

func Math_asinh(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.asinh Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-asinh/

func Math_asinh_Validate

func Math_asinh_Validate(args []value.Value) error

func Math_atan

func Math_atan(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.atan Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-atan/

func Math_atan2

func Math_atan2(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.atan2 Arguments may be: - FLOAT, FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-atan2/

func Math_atan2_Validate

func Math_atan2_Validate(args []value.Value) error

func Math_atan_Validate

func Math_atan_Validate(args []value.Value) error

func Math_atanh

func Math_atanh(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.atanh Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-atanh/

func Math_atanh_Validate

func Math_atanh_Validate(args []value.Value) error

func Math_ceil

func Math_ceil(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.ceil Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-rounding/math-ceil/

func Math_ceil_Validate

func Math_ceil_Validate(args []value.Value) error

func Math_cos

func Math_cos(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.cos Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-cos/

func Math_cos_Validate

func Math_cos_Validate(args []value.Value) error

func Math_cosh

func Math_cosh(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.cosh Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-cosh/

func Math_cosh_Validate

func Math_cosh_Validate(args []value.Value) error

func Math_exp

func Math_exp(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.exp Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-logexp/math-exp/

func Math_exp2

func Math_exp2(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.exp2 Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-logexp/math-exp2/

func Math_exp2_Validate

func Math_exp2_Validate(args []value.Value) error

func Math_exp_Validate

func Math_exp_Validate(args []value.Value) error

func Math_floor

func Math_floor(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.floor Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-rounding/math-floor/

func Math_floor_Validate

func Math_floor_Validate(args []value.Value) error

func Math_is_finite

func Math_is_finite(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.is_finite Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/floating-point-classifications/math-is-finite/

func Math_is_finite_Validate

func Math_is_finite_Validate(args []value.Value) error

func Math_is_infinite

func Math_is_infinite(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.is_infinite Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/floating-point-classifications/math-is-infinite/

func Math_is_infinite_Validate

func Math_is_infinite_Validate(args []value.Value) error

func Math_is_nan

func Math_is_nan(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.is_nan Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/floating-point-classifications/math-is-nan/

func Math_is_nan_Validate

func Math_is_nan_Validate(args []value.Value) error

func Math_is_normal

func Math_is_normal(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.is_normal Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/floating-point-classifications/math-is-normal/

func Math_is_normal_Validate

func Math_is_normal_Validate(args []value.Value) error

func Math_is_subnormal

func Math_is_subnormal(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.is_subnormal Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/floating-point-classifications/math-is-subnormal/

func Math_is_subnormal_Validate

func Math_is_subnormal_Validate(args []value.Value) error

func Math_log

func Math_log(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.log Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-logexp/math-log/

func Math_log10

func Math_log10(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.log10 Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-logexp/math-log10/

func Math_log10_Validate

func Math_log10_Validate(args []value.Value) error

func Math_log2

func Math_log2(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.log2 Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-logexp/math-log2/

func Math_log2_Validate

func Math_log2_Validate(args []value.Value) error

func Math_log_Validate

func Math_log_Validate(args []value.Value) error

func Math_round

func Math_round(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.round Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-rounding/math-round/

func Math_round_Validate

func Math_round_Validate(args []value.Value) error

func Math_roundeven

func Math_roundeven(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.roundeven Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-rounding/math-roundeven/

func Math_roundeven_Validate

func Math_roundeven_Validate(args []value.Value) error

func Math_roundhalfdown

func Math_roundhalfdown(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.roundhalfdown Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-rounding/math-roundhalfdown/

func Math_roundhalfdown_Validate

func Math_roundhalfdown_Validate(args []value.Value) error

func Math_roundhalfup

func Math_roundhalfup(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.roundhalfup Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-rounding/math-roundhalfup/

func Math_roundhalfup_Validate

func Math_roundhalfup_Validate(args []value.Value) error

func Math_sin

func Math_sin(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.sin Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-sin/

func Math_sin_Validate

func Math_sin_Validate(args []value.Value) error

func Math_sinh

func Math_sinh(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.sinh Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-sinh/

func Math_sinh_Validate

func Math_sinh_Validate(args []value.Value) error

func Math_sqrt

func Math_sqrt(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.sqrt Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-sqrt/

func Math_sqrt_Validate

func Math_sqrt_Validate(args []value.Value) error

func Math_tan

func Math_tan(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.tan Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-tan/

func Math_tan_Validate

func Math_tan_Validate(args []value.Value) error

func Math_tanh

func Math_tanh(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.tanh Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-trig/math-tanh/

func Math_tanh_Validate

func Math_tanh_Validate(args []value.Value) error

func Math_trunc

func Math_trunc(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of math.trunc Arguments may be: - FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/math-rounding/math-trunc/

func Math_trunc_Validate

func Math_trunc_Validate(args []value.Value) error

func Parse_time_delta

func Parse_time_delta(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of parse_time_delta Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/date-and-time/parse-time-delta/

func Parse_time_delta_Validate

func Parse_time_delta_Validate(args []value.Value) error

func Querystring_add

func Querystring_add(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.add Arguments may be: - STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-add/

func Querystring_add_Validate

func Querystring_add_Validate(args []value.Value) error

func Querystring_clean

func Querystring_clean(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.clean Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-clean/

func Querystring_clean_Validate

func Querystring_clean_Validate(args []value.Value) error

func Querystring_filter

func Querystring_filter(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.filter Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-filter/

func Querystring_filter_Validate

func Querystring_filter_Validate(args []value.Value) error

func Querystring_filter_except

func Querystring_filter_except(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.filter_except Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-filter-except/

func Querystring_filter_except_Validate

func Querystring_filter_except_Validate(args []value.Value) error

func Querystring_filtersep

func Querystring_filtersep(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.filtersep Arguments may be: Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-filtersep/

func Querystring_filtersep_Validate

func Querystring_filtersep_Validate(args []value.Value) error

func Querystring_get

func Querystring_get(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.get Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-get/

func Querystring_get_Validate

func Querystring_get_Validate(args []value.Value) error

func Querystring_globfilter

func Querystring_globfilter(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.globfilter Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-globfilter/

func Querystring_globfilter_Validate

func Querystring_globfilter_Validate(args []value.Value) error

func Querystring_globfilter_except

func Querystring_globfilter_except(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.globfilter_except Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-globfilter-except/

func Querystring_globfilter_except_Validate

func Querystring_globfilter_except_Validate(args []value.Value) error

func Querystring_regfilter

func Querystring_regfilter(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.regfilter Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-regfilter/

func Querystring_regfilter_Validate

func Querystring_regfilter_Validate(args []value.Value) error

func Querystring_regfilter_except

func Querystring_regfilter_except(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.regfilter_except Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-regfilter-except/

func Querystring_regfilter_except_Validate

func Querystring_regfilter_except_Validate(args []value.Value) error

func Querystring_remove

func Querystring_remove(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.remove Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-remove/

func Querystring_remove_Validate

func Querystring_remove_Validate(args []value.Value) error

func Querystring_set

func Querystring_set(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.set Arguments may be: - STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-set/

func Querystring_set_Validate

func Querystring_set_Validate(args []value.Value) error

func Querystring_sort

func Querystring_sort(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of querystring.sort Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/query-string/querystring-sort/

func Querystring_sort_Validate

func Querystring_sort_Validate(args []value.Value) error

func Randombool

func Randombool(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of randombool Arguments may be: - INTEGER, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/randomness/randombool/

func Randombool_Validate

func Randombool_Validate(args []value.Value) error

func Randombool_seeded

func Randombool_seeded(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of randombool_seeded Arguments may be: - INTEGER, INTEGER, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/randomness/randombool-seeded/

func Randombool_seeded_Validate

func Randombool_seeded_Validate(args []value.Value) error

func Randomint

func Randomint(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of randomint Arguments may be: - INTEGER, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/randomness/randomint/

func Randomint_Validate

func Randomint_Validate(args []value.Value) error

func Randomint_seeded

func Randomint_seeded(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of randomint_seeded Arguments may be: - INTEGER, INTEGER, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/randomness/randomint-seeded/

func Randomint_seeded_Validate

func Randomint_seeded_Validate(args []value.Value) error

func Randomstr

func Randomstr(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of randomstr Arguments may be: - INTEGER - INTEGER, STRING Reference: https://developer.fastly.com/reference/vcl/functions/randomness/randomstr/

func Randomstr_Validate

func Randomstr_Validate(args []value.Value) error

func Ratelimit_check_rate

func Ratelimit_check_rate(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of ratelimit.check_rate Arguments may be: - STRING, ID, INTEGER, INTEGER, INTEGER, ID, RTIME Reference: https://developer.fastly.com/reference/vcl/functions/rate-limiting/ratelimit-check-rate/

func Ratelimit_check_rate_Validate

func Ratelimit_check_rate_Validate(args []value.Value) error

func Ratelimit_check_rates

func Ratelimit_check_rates(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of ratelimit.check_rates Arguments may be: - STRING, ID, INTEGER, INTEGER, INTEGER, ID, INTEGER, INTEGER, INTEGER, ID, RTIME Reference: https://developer.fastly.com/reference/vcl/functions/rate-limiting/ratelimit-check-rates/

func Ratelimit_check_rates_Validate

func Ratelimit_check_rates_Validate(args []value.Value) error

func Ratelimit_penaltybox_add

func Ratelimit_penaltybox_add(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of ratelimit.penaltybox_add Arguments may be: - ID, STRING, RTIME Reference: https://developer.fastly.com/reference/vcl/functions/rate-limiting/ratelimit-penaltybox-add/

func Ratelimit_penaltybox_add_Validate

func Ratelimit_penaltybox_add_Validate(args []value.Value) error

func Ratelimit_penaltybox_has

func Ratelimit_penaltybox_has(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of ratelimit.penaltybox_has Arguments may be: - ID, STRING Reference: https://developer.fastly.com/reference/vcl/functions/rate-limiting/ratelimit-penaltybox-has/

func Ratelimit_penaltybox_has_Validate

func Ratelimit_penaltybox_has_Validate(args []value.Value) error

func Ratelimit_ratecounter_increment

func Ratelimit_ratecounter_increment(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of ratelimit.ratecounter_increment Arguments may be: - ID, STRING, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/rate-limiting/ratelimit-ratecounter-increment/

func Ratelimit_ratecounter_increment_Validate

func Ratelimit_ratecounter_increment_Validate(args []value.Value) error

func Regsub

func Regsub(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of regsub Arguments may be: - STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/regsub/

func Regsub_Validate

func Regsub_Validate(args []value.Value) error

func Regsuball

func Regsuball(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of regsuball Arguments may be: - STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/regsuball/

func Regsuball_Validate

func Regsuball_Validate(args []value.Value) error

func Resp_tarpit

func Resp_tarpit(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of resp.tarpit Arguments may be: - INTEGER, INTEGER - INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/miscellaneous/resp-tarpit/

func Resp_tarpit_Validate

func Resp_tarpit_Validate(args []value.Value) error

func Setcookie_delete_by_name

func Setcookie_delete_by_name(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of setcookie.delete_by_name Arguments may be: - ID, STRING Reference: https://developer.fastly.com/reference/vcl/functions/miscellaneous/setcookie-delete-by-name/

func Setcookie_delete_by_name_Validate

func Setcookie_delete_by_name_Validate(args []value.Value) error

func Setcookie_get_value_by_name

func Setcookie_get_value_by_name(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of setcookie.get_value_by_name Arguments may be: - ID, STRING Reference: https://developer.fastly.com/reference/vcl/functions/miscellaneous/setcookie-get-value-by-name/

func Setcookie_get_value_by_name_Validate

func Setcookie_get_value_by_name_Validate(args []value.Value) error

func Std_anystr2ip

func Std_anystr2ip(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.anystr2ip Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-anystr2ip/

func Std_anystr2ip_ParseIpv4

func Std_anystr2ip_ParseIpv4(addr string) (*value.IP, error)

func Std_anystr2ip_ParseString

func Std_anystr2ip_ParseString(v string) (int64, error)

func Std_anystr2ip_Validate

func Std_anystr2ip_Validate(args []value.Value) error

func Std_atof

func Std_atof(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.atof Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-atof/

func Std_atof_Validate

func Std_atof_Validate(args []value.Value) error

func Std_atoi

func Std_atoi(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.atoi Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-atoi/

func Std_atoi_Validate

func Std_atoi_Validate(args []value.Value) error

func Std_basename

func Std_basename(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.basename Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-basename/

func Std_basename_Validate

func Std_basename_Validate(args []value.Value) error

func Std_collect

func Std_collect(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.collect Arguments may be: - ID - ID, STRING Reference: https://developer.fastly.com/reference/vcl/functions/miscellaneous/std-collect/

func Std_collect_Validate

func Std_collect_Validate(args []value.Value) error

func Std_count

func Std_count(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.count Arguments may be: - ID Reference: https://developer.fastly.com/reference/vcl/functions/miscellaneous/std-count/

func Std_count_Validate

func Std_count_Validate(args []value.Value) error

func Std_dirname

func Std_dirname(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.dirname Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-dirname/

func Std_dirname_Validate

func Std_dirname_Validate(args []value.Value) error

func Std_integer2time

func Std_integer2time(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.integer2time Arguments may be: - INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/date-and-time/std-integer2time/

func Std_integer2time_Validate

func Std_integer2time_Validate(args []value.Value) error

func Std_ip

func Std_ip(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.ip Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-ip/

func Std_ip2str

func Std_ip2str(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.ip2str Arguments may be: - IP Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-ip2str/

func Std_ip2str_Validate

func Std_ip2str_Validate(args []value.Value) error

func Std_ip_Validate

func Std_ip_Validate(args []value.Value) error

func Std_itoa

func Std_itoa(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.itoa Arguments may be: - INTEGER, INTEGER - INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-itoa/

func Std_itoa_Validate

func Std_itoa_Validate(args []value.Value) error

func Std_itoa_charset

func Std_itoa_charset(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.itoa_charset Arguments may be: - INTEGER, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-itoa-charset/

func Std_itoa_charset_Validate

func Std_itoa_charset_Validate(args []value.Value) error

func Std_prefixof

func Std_prefixof(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.prefixof Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-prefixof/

func Std_prefixof_Validate

func Std_prefixof_Validate(args []value.Value) error

func Std_replace

func Std_replace(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.replace Arguments may be: - STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-replace/

func Std_replace_Validate

func Std_replace_Validate(args []value.Value) error

func Std_replace_prefix

func Std_replace_prefix(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.replace_prefix Arguments may be: - STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-replace-prefix/

func Std_replace_prefix_Validate

func Std_replace_prefix_Validate(args []value.Value) error

func Std_replace_suffix

func Std_replace_suffix(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.replace_suffix Arguments may be: - STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-replace-suffix/

func Std_replace_suffix_Validate

func Std_replace_suffix_Validate(args []value.Value) error

func Std_replaceall

func Std_replaceall(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.replaceall Arguments may be: - STRING, STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-replaceall/

func Std_replaceall_Validate

func Std_replaceall_Validate(args []value.Value) error

func Std_str2ip

func Std_str2ip(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.str2ip Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-str2ip/

func Std_str2ip_Validate

func Std_str2ip_Validate(args []value.Value) error

func Std_strlen

func Std_strlen(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.strlen Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-strlen/

func Std_strlen_Validate

func Std_strlen_Validate(args []value.Value) error

func Std_strpad

func Std_strpad(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.strpad Arguments may be: - STRING, INTEGER, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-strpad/

func Std_strpad_Validate

func Std_strpad_Validate(args []value.Value) error

func Std_strrep

func Std_strrep(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.strrep Arguments may be: - STRING, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-strrep/

func Std_strrep_Validate

func Std_strrep_Validate(args []value.Value) error

func Std_strrev

func Std_strrev(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.strrev Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-strrev/

func Std_strrev_Validate

func Std_strrev_Validate(args []value.Value) error

func Std_strstr

func Std_strstr(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.strstr Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-strstr/

func Std_strstr_Validate

func Std_strstr_Validate(args []value.Value) error

func Std_strtof

func Std_strtof(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.strtof Arguments may be: - STRING, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-strtof/

func Std_strtof_Decimal

func Std_strtof_Decimal(s string) (value.Value, error)

func Std_strtof_Hex

func Std_strtof_Hex(s string) (value.Value, error)

func Std_strtof_Validate

func Std_strtof_Validate(args []value.Value) error

func Std_strtol

func Std_strtol(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.strtol Arguments may be: - STRING, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-strtol/

func Std_strtol_36

func Std_strtol_36(s string) (int64, error)

Special case: base 36 number could present "x" as number. So hex string like "0xABC" should treat as "xABC"

func Std_strtol_Decimal

func Std_strtol_Decimal(s string) (int64, error)

func Std_strtol_Hex

func Std_strtol_Hex(s string) (int64, error)

func Std_strtol_Octet

func Std_strtol_Octet(s string) (int64, error)

func Std_strtol_Other

func Std_strtol_Other(s string, base int64) (int64, error)

func Std_strtol_Validate

func Std_strtol_Validate(args []value.Value) error

func Std_suffixof

func Std_suffixof(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.suffixof Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-suffixof/

func Std_suffixof_Validate

func Std_suffixof_Validate(args []value.Value) error

func Std_time

func Std_time(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.time Arguments may be: - STRING, TIME Reference: https://developer.fastly.com/reference/vcl/functions/date-and-time/std-time/

func Std_time_Validate

func Std_time_Validate(args []value.Value) error

func Std_tolower

func Std_tolower(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.tolower Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-tolower/

func Std_tolower_Validate

func Std_tolower_Validate(args []value.Value) error

func Std_toupper

func Std_toupper(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of std.toupper Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/std-toupper/

func Std_toupper_Validate

func Std_toupper_Validate(args []value.Value) error

func Strftime

func Strftime(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of strftime Arguments may be: - STRING, TIME Reference: https://developer.fastly.com/reference/vcl/functions/date-and-time/strftime/

func Strftime_Validate

func Strftime_Validate(args []value.Value) error

func Strftime_ampm

func Strftime_ampm(t time.Time) string

Golang's time format of AM treats noon as AM, but it should be PM in VCL.

func Subfield

func Subfield(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of subfield Arguments may be: - STRING, STRING, STRING - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/miscellaneous/subfield/

func Subfield_Validate

func Subfield_Validate(args []value.Value) error

func Substr

func Substr(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of substr Arguments may be: - STRING, INTEGER, INTEGER - STRING, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/strings/substr/

func Substr_Validate

func Substr_Validate(args []value.Value) error

func Table_contains

func Table_contains(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of table.contains Arguments may be: - TABLE, STRING Reference: https://developer.fastly.com/reference/vcl/functions/table/table-contains/

func Table_contains_Validate

func Table_contains_Validate(args []value.Value) error

func Table_lookup

func Table_lookup(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of table.lookup Arguments may be: - TABLE, STRING, STRING - TABLE, STRING Reference: https://developer.fastly.com/reference/vcl/functions/table/table-lookup/

func Table_lookup_Validate

func Table_lookup_Validate(args []value.Value) error

func Table_lookup_acl

func Table_lookup_acl(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of table.lookup_acl Arguments may be: - TABLE, STRING, ACL Reference: https://developer.fastly.com/reference/vcl/functions/table/table-lookup-acl/

func Table_lookup_acl_Validate

func Table_lookup_acl_Validate(args []value.Value) error

func Table_lookup_backend

func Table_lookup_backend(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of table.lookup_backend Arguments may be: - TABLE, STRING, BACKEND Reference: https://developer.fastly.com/reference/vcl/functions/table/table-lookup-backend/

func Table_lookup_backend_Validate

func Table_lookup_backend_Validate(args []value.Value) error

func Table_lookup_bool

func Table_lookup_bool(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of table.lookup_bool Arguments may be: - TABLE, STRING, BOOL Reference: https://developer.fastly.com/reference/vcl/functions/table/table-lookup-bool/

func Table_lookup_bool_Validate

func Table_lookup_bool_Validate(args []value.Value) error

func Table_lookup_float

func Table_lookup_float(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of table.lookup_float Arguments may be: - TABLE, STRING, FLOAT Reference: https://developer.fastly.com/reference/vcl/functions/table/table-lookup-float/

func Table_lookup_float_Validate

func Table_lookup_float_Validate(args []value.Value) error

func Table_lookup_integer

func Table_lookup_integer(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of table.lookup_integer Arguments may be: - TABLE, STRING, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/table/table-lookup-integer/

func Table_lookup_integer_Validate

func Table_lookup_integer_Validate(args []value.Value) error

func Table_lookup_ip

func Table_lookup_ip(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of table.lookup_ip Arguments may be: - TABLE, STRING, IP Reference: https://developer.fastly.com/reference/vcl/functions/table/table-lookup-ip/

func Table_lookup_ip_Validate

func Table_lookup_ip_Validate(args []value.Value) error

func Table_lookup_rtime

func Table_lookup_rtime(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of table.lookup_rtime Arguments may be: - TABLE, STRING, RTIME Reference: https://developer.fastly.com/reference/vcl/functions/table/table-lookup-rtime/

func Table_lookup_rtime_Validate

func Table_lookup_rtime_Validate(args []value.Value) error

func Time_add

func Time_add(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of time.add Arguments may be: - TIME, RTIME Reference: https://developer.fastly.com/reference/vcl/functions/date-and-time/time-add/

func Time_add_Validate

func Time_add_Validate(args []value.Value) error

func Time_hex_to_time

func Time_hex_to_time(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of time.hex_to_time Arguments may be: - INTEGER, STRING Reference: https://developer.fastly.com/reference/vcl/functions/date-and-time/time-hex-to-time/

func Time_hex_to_time_Validate

func Time_hex_to_time_Validate(args []value.Value) error

func Time_interval_elapsed_ratio added in v1.5.0

func Time_interval_elapsed_ratio(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of time.interval_elapsed_ratio Arguments may be: - TIME, TIME, TIME Reference: https://developer.fastly.com/documentation/reference/vcl/functions/date-and-time/time-interval-elapsed-ratio/

func Time_interval_elapsed_ratio_Validate added in v1.5.0

func Time_interval_elapsed_ratio_Validate(args []value.Value) error

func Time_is_after

func Time_is_after(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of time.is_after Arguments may be: - TIME, TIME Reference: https://developer.fastly.com/reference/vcl/functions/date-and-time/time-is-after/

func Time_is_after_Validate

func Time_is_after_Validate(args []value.Value) error

func Time_runits

func Time_runits(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of time.runits Arguments may be: - STRING, RTIME Reference: https://developer.fastly.com/reference/vcl/functions/date-and-time/time-runits/

func Time_runits_Validate

func Time_runits_Validate(args []value.Value) error

func Time_sub

func Time_sub(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of time.sub Arguments may be: - TIME, RTIME Reference: https://developer.fastly.com/reference/vcl/functions/date-and-time/time-sub/

func Time_sub_Validate

func Time_sub_Validate(args []value.Value) error

func Time_units

func Time_units(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of time.units Arguments may be: - STRING, TIME Reference: https://developer.fastly.com/reference/vcl/functions/date-and-time/time-units/

func Time_units_Validate

func Time_units_Validate(args []value.Value) error

func Urldecode

func Urldecode(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of urldecode Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/urldecode/

func Urldecode_Validate

func Urldecode_Validate(args []value.Value) error

func Urlencode

func Urlencode(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of urlencode Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/urlencode/

func Urlencode_Validate

func Urlencode_Validate(args []value.Value) error

func Utf8_codepoint_count

func Utf8_codepoint_count(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of utf8.codepoint_count Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/utf8-codepoint-count/

func Utf8_codepoint_count_Validate

func Utf8_codepoint_count_Validate(args []value.Value) error

func Utf8_is_valid

func Utf8_is_valid(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of utf8.is_valid Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/utf8-is-valid/

func Utf8_is_valid_Validate

func Utf8_is_valid_Validate(args []value.Value) error

func Utf8_strpad

func Utf8_strpad(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of utf8.strpad Arguments may be: - STRING, INTEGER, STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/utf8-strpad/

func Utf8_strpad_Validate

func Utf8_strpad_Validate(args []value.Value) error

func Utf8_substr

func Utf8_substr(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of utf8.substr Arguments may be: - STRING, INTEGER, INTEGER - STRING, INTEGER Reference: https://developer.fastly.com/reference/vcl/functions/strings/utf8-substr/

func Utf8_substr_Validate

func Utf8_substr_Validate(args []value.Value) error

func Uuid_dns

func Uuid_dns(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of uuid.dns Arguments may be: Reference: https://developer.fastly.com/reference/vcl/functions/uuid/uuid-dns/

func Uuid_dns_Validate

func Uuid_dns_Validate(args []value.Value) error

func Uuid_is_valid

func Uuid_is_valid(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of uuid.is_valid Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/uuid/uuid-is-valid/

func Uuid_is_valid_Validate

func Uuid_is_valid_Validate(args []value.Value) error

func Uuid_is_version3

func Uuid_is_version3(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of uuid.is_version3 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/uuid/uuid-is-version3/

func Uuid_is_version3_Validate

func Uuid_is_version3_Validate(args []value.Value) error

func Uuid_is_version4

func Uuid_is_version4(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of uuid.is_version4 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/uuid/uuid-is-version4/

func Uuid_is_version4_Validate

func Uuid_is_version4_Validate(args []value.Value) error

func Uuid_is_version5

func Uuid_is_version5(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of uuid.is_version5 Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/uuid/uuid-is-version5/

func Uuid_is_version5_Validate

func Uuid_is_version5_Validate(args []value.Value) error

func Uuid_oid

func Uuid_oid(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of uuid.oid Arguments may be: Reference: https://developer.fastly.com/reference/vcl/functions/uuid/uuid-oid/

func Uuid_oid_Validate

func Uuid_oid_Validate(args []value.Value) error

func Uuid_url

func Uuid_url(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of uuid.url Arguments may be: Reference: https://developer.fastly.com/reference/vcl/functions/uuid/uuid-url/

func Uuid_url_Validate

func Uuid_url_Validate(args []value.Value) error

func Uuid_version3

func Uuid_version3(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of uuid.version3 Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/uuid/uuid-version3/

func Uuid_version3_Validate

func Uuid_version3_Validate(args []value.Value) error

func Uuid_version4

func Uuid_version4(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of uuid.version4 Arguments may be: Reference: https://developer.fastly.com/reference/vcl/functions/uuid/uuid-version4/

func Uuid_version4_Validate

func Uuid_version4_Validate(args []value.Value) error

func Uuid_version5

func Uuid_version5(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of uuid.version5 Arguments may be: - STRING, STRING Reference: https://developer.fastly.com/reference/vcl/functions/uuid/uuid-version5/

func Uuid_version5_Validate

func Uuid_version5_Validate(args []value.Value) error

func Uuid_x500

func Uuid_x500(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of uuid.x500 Arguments may be: Reference: https://developer.fastly.com/reference/vcl/functions/uuid/uuid-x500/

func Uuid_x500_Validate

func Uuid_x500_Validate(args []value.Value) error

func Xml_escape

func Xml_escape(ctx *context.Context, args ...value.Value) (value.Value, error)

Fastly built-in function implementation of xml_escape Arguments may be: - STRING Reference: https://developer.fastly.com/reference/vcl/functions/strings/xml-escape/

func Xml_escape_Validate

func Xml_escape_Validate(args []value.Value) error

Types

This section is empty.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL