[Redbean] Add UuidV4 method (#1140)

This commit is contained in:
BONNAURE Olivier 2024-04-12 17:10:27 +02:00 committed by GitHub
parent 3e16e59f72
commit 39dde41516
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 59 additions and 0 deletions

View file

@ -1062,6 +1062,9 @@ FUNCTIONS
Server Name Indicator (SNI) when performing Fetch() requests.
This function is not available in unsecure mode.
UuidV4() -> str
Returns an uuid v4 string.
Fetch(url:str[,body:str|{method=value:str,body=value:str,headers=table,...}])
├─→ status:int, {header:str=value:str,...}, body:str
└─→ nil, error:str