asch-web
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Provider
get
post
Hierarchy
Provider
HTTPProvider
Index
Methods
get
post
Methods
Abstract
get
get
(
url
:
string
, params
?:
ObjectType
)
:
Promise
<
any
>
Parameters
url:
string
Optional
params:
ObjectType
Returns
Promise
<
any
>
Abstract
post
post
(
url
:
string
, params
:
ObjectType
, headers
?:
ObjectType
)
:
Promise
<
any
>
Parameters
url:
string
params:
ObjectType
Optional
headers:
ObjectType
Returns
Promise
<
any
>
Generated using
TypeDoc