@axetroy/crawler
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Task
constructor
body
headers
id
method
type
url
Hierarchy
Task
Index
Constructors
constructor
Properties
body
headers
id
method
type
url
Constructors
constructor
new
Task
(
type
:
TaskType
, method
:
Method
, url
:
string
, body
?:
Body
, headers
?:
HTTPHeaders
)
:
Task
Parameters
type:
TaskType
method:
Method
url:
string
Optional
body:
Body
Optional
headers:
HTTPHeaders
Returns
Task
Properties
Optional
body
body
:
Body
Optional
headers
headers
:
HTTPHeaders
id
id
:
number
method
method
:
Method
type
type
:
TaskType
url
url
:
string