mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 22:49:11 +00:00
[Redbean] Add UuidV7 method (#1213)
To Complete #1140 add UUID version 7 to Redbean
This commit is contained in:
parent
c1f8d0678c
commit
72511ff0ac
6 changed files with 103 additions and 1 deletions
|
@ -1063,7 +1063,10 @@ FUNCTIONS
|
|||
This function is not available in unsecure mode.
|
||||
|
||||
UuidV4() -> str
|
||||
Returns an uuid v4 string.
|
||||
Returns a uuid v4 string.
|
||||
|
||||
UuidV7() -> str
|
||||
Returns a uuid v7 string.
|
||||
|
||||
Fetch(url:str[,body:str|{method=value:str,body=value:str,headers=table,...}])
|
||||
├─→ status:int, {header:str=value:str,...}, body:str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue