UNPKG
ion-oui
Version:
latest (1.0.0)
1.0.0
The client library of oui builder for ionic
ion-oui
/
lib
/
http.d.ts
9 lines
(8 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
class
OHttp
{
post
(
url
:
string
,
body
?:
any
,
headers
?:
Headers
):
Promise
<{
status
:
number
;
body
:
any
; }>; }
export
declare
const
http
:
OHttp
;
export
{};