Search
Preparing search index...
The search index is not available
@antbat/base-client-js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"repository/source/http/HttpTransport"
HttpTransport
Interface HttpTransport
Hierarchy
HttpTransport
Implemented by
HttpTransportImpl
HttpTransportSyncedImpl
Index
Methods
add
Interceptor
get
Host
send
Request
Methods
add
Interceptor
add
Interceptor
(
interceptor
:
HttpInterceptor
)
:
HttpTransport
Parameters
interceptor:
HttpInterceptor
Returns
HttpTransport
get
Host
get
Host
(
)
:
string
Returns
string
send
Request
send
Request
(
method
:
HttpMethod
, data
?:
any
)
:
Promise
<
Response
>
send
Request
(
path
:
string
, method
:
HttpMethod
, data
?:
any
)
:
Promise
<
Response
>
Parameters
method:
HttpMethod
Optional
data:
any
Returns
Promise
<
Response
>
Parameters
path:
string
method:
HttpMethod
Optional
data:
any
Returns
Promise
<
Response
>
Globals
"repository/source/http/
Http
Transport"
Http
Transport
add
Interceptor
get
Host
send
Request
Generated using
TypeDoc