Typedef
Static Public Summary | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Static Public
public ResponseHTTP: Object source
Properties:
Name | Type | Attribute | Description |
statusLine | string |
|
The HTTP response line |
statusCode | string |
|
The response code |
statusReason | string |
|
The status reason |
httpVersion | string |
|
The HTTP version |
headers | Object |
|
The parsed headers |
public WARCGenOpts: Object source
Properties:
Name | Type | Attribute | Description |
pages | string | Array<string> | The URL of the page this WARC contains or an Array of URLs for the pages this WARC contains. Used to write a WARC Info record containing Webrecorder Player compatible bookmark list |
|
warcOpts | WARCInitOpts | Options for the writing of the WARC file |
|
winfo | Object | Buffer | string |
|
Optional contents for the WARC info record |
metadata | Metadata |
|
Optional metadata contents |
public WARCMetadataHeader: Object source
Properties:
Name | Type | Attribute | Description |
targetURI | string | The URI the records are for |
|
now | string | The date value for WARC-Date |
|
concurrentTo | string | The record id this metadata record is associated with |
|
rid | string | The record id of this record |
|
len | number | The length of this records content |
|
wid | string |
|
The record id of the Warcinfo record |
public WARCRequestHeader: Object source
Properties:
Name | Type | Attribute | Description |
targetURI | string | The URI the record is for |
|
now | string | The date value for WARC-Date |
|
concurrentTo | string | The record id of the record this record associated with |
|
rid | string | The record id of this record |
|
len | number | The length of this records content |
|
wid | string |
|
The record id of the Warcinfo record |