From b8e9c5fef1d3acb0d3b4429d8c1668cb54c4b37f Mon Sep 17 00:00:00 2001 From: Paul Kulchenko Date: Wed, 22 Jun 2022 21:48:58 -0700 Subject: [PATCH] Move EvadeDragnet to a better place --- tool/net/help.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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