toggle menu
flatInvoker
js
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.server.cloudflare
/
RequestInitCfProperties
Request
Init
Cf
Properties
js
external
interface
RequestInitCfProperties
:
Record
<
String
,
Any
>
Members
Properties
apps
Link copied to clipboard
js
open
var
apps
:
Boolean
?
cache
Everything
Link copied to clipboard
js
open
var
cacheEverything
:
Boolean
?
cache
Key
Link copied to clipboard
js
open
var
cacheKey
:
String
?
cache
Tags
Link copied to clipboard
js
open
var
cacheTags
:
Array
<
String
>
?
cache
Ttl
Link copied to clipboard
js
open
var
cacheTtl
:
Number
?
cache
Ttl
By
Status
Link copied to clipboard
js
open
var
cacheTtlByStatus
:
Record
<
String
,
Number
>
?
image
Link copied to clipboard
js
open
var
image
:
RequestInitCfPropertiesImage
?
minify
Link copied to clipboard
js
open
var
minify
:
RequestInitCfPropertiesImageMinify
?
mirage
Link copied to clipboard
js
open
var
mirage
:
Boolean
?
polish
Link copied to clipboard
js
open
var
polish
:
String
?
resolve
Override
Link copied to clipboard
js
open
var
resolveOverride
:
String
?
scrape
Shield
Link copied to clipboard
js
open
var
scrapeShield
:
Boolean
?
Functions
get
Link copied to clipboard
js
open
operator
fun
get
(
key
:
String
)
:
Any
?
set
Link copied to clipboard
js
open
operator
fun
set
(
key
:
String
,
value
:
Any
)