GitHub
Preparing search index...
The search index is not available
casper-js-sdk
casper-js-sdk
HttpConnection
Class HttpConnection
Hierarchy
HttpConnection
Index
Constructors
constructor
Properties
headers
http
Client
url
Methods
request
Constructors
constructor
new
Http
Connection
(
httpClient
:
AxiosInstance
, sourceUrl
:
string
)
:
HttpConnection
Parameters
httpClient:
AxiosInstance
sourceUrl:
string
Returns
HttpConnection
Properties
headers
headers
:
Record
<
string
,
string
>
Private
http
Client
http
Client
:
AxiosInstance
url
url
:
string
Methods
request
request
(
lastEventID
:
number
)
:
Promise
<
AxiosResponse
<
any
,
any
>
>
Parameters
lastEventID:
number
Returns
Promise
<
AxiosResponse
<
any
,
any
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
casper-
js-
sdk
Http
Connection
constructor
headers
http
Client
url
request
Generated using
TypeDoc