Search
Preparing search index...
The search index is not available
hanako-ts
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
hanako-ts
Tools/Network
HttpRequestOptions
Interface HttpRequestOptions
Hierarchy
HttpRequestOptions
Index
Properties
body
data
Type
method
response
Type
type
url
Methods
error
success
Properties
Optional
body
body
?:
object
|
URLSearchParams
Optional
data
Type
data
Type
?:
"html"
|
"text"
|
"json"
deprecated
Use responseType
Optional
method
method
?:
"GET"
|
"POST"
Optional
response
Type
response
Type
?:
"html"
|
"text"
|
"json"
Optional
type
type
?:
"GET"
|
"POST"
deprecated
Use method
url
url
:
string
Methods
Optional
error
error
(
error
:
unknown
, request
?:
Response
)
:
void
Parameters
error:
unknown
Optional
request:
Response
Returns
void
Optional
success
success
(
response
:
any
, request
:
Response
)
:
void
Parameters
response:
any
request:
Response
Returns
void
Modules
Collection
Component
Graphic
Engine
Tools/
Helpers
Tools/
Network
Http
Request
Options
body
data
Type
method
response
Type
type
url
error
success
Generated using
TypeDoc
Use responseType