mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-24 23:09:02 +00:00
Fix wrong parameter type in redbean documentation (#1162)
This commit is contained in:
parent
2b00ee8723
commit
fcfdd26b72
1 changed files with 1 additions and 1 deletions
|
@ -1612,7 +1612,7 @@ FUNCTIONS
|
||||||
called from `.init.lua`. This function is not available in
|
called from `.init.lua`. This function is not available in
|
||||||
unsecure mode.
|
unsecure mode.
|
||||||
|
|
||||||
ProgramSslRequired(mandatory:str)
|
ProgramSslRequired(mandatory:bool)
|
||||||
Enables the blocking of HTTP so that all inbound clients and
|
Enables the blocking of HTTP so that all inbound clients and
|
||||||
must use the TLS transport layer. This has the same effect as
|
must use the TLS transport layer. This has the same effect as
|
||||||
the `-J` flag. Fetch() is still allowed to make outbound HTTP
|
the `-J` flag. Fetch() is still allowed to make outbound HTTP
|
||||||
|
|
Loading…
Add table
Reference in a new issue