diff --git a/tool/net/help.txt b/tool/net/help.txt index 6ec214b80..57318ccb7 100644 --- a/tool/net/help.txt +++ b/tool/net/help.txt @@ -725,6 +725,11 @@ FUNCTIONS EscapeUser(str) → str Escapes URL username. See kescapeauthority.c. + EvadeDragnetSurveillance(bool) + If this option is programmed then redbean will not transmit a + Server Name Indicator (SNI) when performing Fetch() requests. + This function is not available in unsecure mode. + Fetch(url:str[,body:str|{method=value:str,body=value:str,headers=table,...}]) → status:int,{header:str=value:str,...},body:str Sends an HTTP/HTTPS request to the specified URL. If only the URL is @@ -1114,11 +1119,6 @@ v See khttprepeatable.c. Those headers will not be folded. Standard handshake performance 10x and eliminates a network round trip. This function is not available in unsecure mode. - EvadeDragnetSurveillance(bool) - If this option is programmed then redbean will not transmit a - Server Name Indicator (SNI) when performing Fetch() requests. - This function is not available in unsecure mode. - ProgramSslPresharedKey(key:str,identity:str) This function can be used to enable the PSK ciphersuites which simplify SSL and enhance its performance in controlled