Functionsยง
- calculate_
ttl - Calculate TTL timestamp (current time + duration in seconds)
- current_
timestamp_ millis - Get current Unix timestamp in milliseconds
- current_
timestamp_ secs - Get current Unix timestamp in seconds
- decode_
body - Decode Base64 string to bytes
- encode_
body - Encode bytes to Base64 string
- generate_
request_ id - Generate a unique request identifier using UUID v4
- generate_
subdomain - Generate a random, URL-safe subdomain Format: 12 lowercase alphanumeric characters
- headers_
to_ map - Convert HTTP headers to our internal format Supports multiple values per header name
- map_
to_ headers - Convert our internal header format to HTTP HeaderMap