Move EvadeDragnet to a better place

This commit is contained in:
Paul Kulchenko 2022-06-22 21:48:58 -07:00
parent 96d030e32b
commit b8e9c5fef1

View file

@ -725,6 +725,11 @@ FUNCTIONS
EscapeUser(str) → str EscapeUser(str) → str
Escapes URL username. See kescapeauthority.c. 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,...}]) Fetch(url:str[,body:str|{method=value:str,body=value:str,headers=table,...}])
→ status:int,{header:str=value:str,...},body:str → status:int,{header:str=value:str,...},body:str
Sends an HTTP/HTTPS request to the specified URL. If only the URL is 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. handshake performance 10x and eliminates a network round trip.
This function is not available in unsecure mode. 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) ProgramSslPresharedKey(key:str,identity:str)
This function can be used to enable the PSK ciphersuites which This function can be used to enable the PSK ciphersuites which
simplify SSL and enhance its performance in controlled simplify SSL and enhance its performance in controlled