ThemeParks.wiki Parks API - v2.0.0
Preparing search index...
HTTPObj
Interface HTTPObj
interface
HTTPObj
{
body
?:
any
;
headers
?:
Record
<
string
,
string
>
;
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
|
"PATCH"
|
"HEAD"
|
"OPTIONS"
;
ok
:
boolean
;
onArrayBuffer
:
(
(
data
:
ArrayBuffer
)
=>
void
)
|
null
;
onBlob
:
(
(
data
:
Blob
)
=>
void
)
|
null
;
onJson
:
(
(
data
:
any
)
=>
void
)
|
null
;
onText
:
(
(
data
:
string
)
=>
void
)
|
null
;
options
?:
HTTPOptions
;
queryParams
?:
Record
<
string
,
string
>
;
response
?:
Response
;
status
:
number
;
tags
:
string
[]
;
url
:
string
;
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
;
blob
()
:
Promise
<
Blob
>
;
clone
()
:
HTTPObj
;
json
()
:
Promise
<
any
>
;
text
()
:
Promise
<
string
>
;
}
Index
Properties
body?
headers?
method
ok
on
Array
Buffer
on
Blob
on
Json
on
Text
options?
query
Params?
response?
status
tags
url
Methods
array
Buffer
blob
clone
json
text
Properties
Optional
body
body
?:
any
Optional
headers
headers
?:
Record
<
string
,
string
>
method
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
|
"PATCH"
|
"HEAD"
|
"OPTIONS"
ok
ok
:
boolean
on
Array
Buffer
onArrayBuffer
:
(
(
data
:
ArrayBuffer
)
=>
void
)
|
null
on
Blob
onBlob
:
(
(
data
:
Blob
)
=>
void
)
|
null
on
Json
onJson
:
(
(
data
:
any
)
=>
void
)
|
null
on
Text
onText
:
(
(
data
:
string
)
=>
void
)
|
null
Optional
options
options
?:
HTTPOptions
Optional
query
Params
queryParams
?:
Record
<
string
,
string
>
Optional
response
response
?:
Response
status
status
:
number
tags
tags
:
string
[]
url
url
:
string
Methods
array
Buffer
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
blob
blob
()
:
Promise
<
Blob
>
Returns
Promise
<
Blob
>
clone
clone
()
:
HTTPObj
Returns
HTTPObj
json
json
()
:
Promise
<
any
>
Returns
Promise
<
any
>
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
ok
on
Array
Buffer
on
Blob
on
Json
on
Text
options
query
Params
response
status
tags
url
Methods
array
Buffer
blob
clone
json
text
ThemeParks.wiki Parks API - v2.0.0
Loading...