Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
ResponseInit
Interface ResponseInit
interface
ResponseInit
{
cf
?:
any
;
encodeBody
?:
"automatic"
|
"manual"
;
headers
?:
HeadersInit
;
status
?:
number
;
statusText
?:
string
;
webSocket
?:
WebSocket
;
}
Index
Properties
cf?
encode
Body?
headers?
status?
status
Text?
web
Socket?
Properties
Optional
cf
cf
?:
any
Optional
encode
Body
encode
Body
?:
"automatic"
|
"manual"
Optional
headers
headers
?:
HeadersInit
Optional
status
status
?:
number
Optional
status
Text
status
Text
?:
string
Optional
web
Socket
web
Socket
?:
WebSocket
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cf
encode
Body
headers
status
status
Text
web
Socket
@cloudflare/workers-types
Loading...