mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 02:10:27 +00:00
Update redbean documentation for consistency and to fix a typo (#97).
This commit is contained in:
parent
f7b4804251
commit
2638c95993
1 changed files with 4 additions and 4 deletions
|
@ -673,7 +673,7 @@ FUNCTIONS
|
||||||
minor (mm), and patch (pp) versions encoded. The version value 1.4
|
minor (mm), and patch (pp) versions encoded. The version value 1.4
|
||||||
would be represented as 0x010400.
|
would be represented as 0x010400.
|
||||||
|
|
||||||
GetZipPaths() → array[str]
|
GetZipPaths() → {path:str,...}
|
||||||
Returns paths of all assets in the zip central directory, prefixed
|
Returns paths of all assets in the zip central directory, prefixed
|
||||||
by a slash.
|
by a slash.
|
||||||
|
|
||||||
|
@ -866,7 +866,7 @@ FUNCTIONS
|
||||||
|
|
||||||
Sleep(seconds:number)
|
Sleep(seconds:number)
|
||||||
Sleeps the specified number of seconds (can be fractional). The
|
Sleeps the specified number of seconds (can be fractional). The
|
||||||
smallest interval is a millisecond.
|
smallest interval is a microsecond.
|
||||||
|
|
||||||
Route([host:str,[path:str]])
|
Route([host:str,[path:str]])
|
||||||
Instructs redbean to follow the normal HTTP serving path. This
|
Instructs redbean to follow the normal HTTP serving path. This
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue