Class CdxRecord
java.lang.Object
org.netpreserve.jwarc.cdx.CdxRecord
-
Method Summary
Modifier and TypeMethodDescriptiondate()digest()A cryptographic digest of the response payload.filename()get(int field) position()Position in bytes of the record in the WARC file.redirect()The value of the Location HTTP header for redirect responses.size()Length of the WARC record in bytes.status()HTTP response status code.target()
-
Method Details
-
get
-
date
-
filename
-
target
-
targetURI
-
size
Length of the WARC record in bytes. Including headers and measured after any compression is applied. -
position
Position in bytes of the record in the WARC file. -
status
HTTP response status code. -
digest
A cryptographic digest of the response payload. Most commonly this is a SHA-1 digest in base 32 or an MD5 digest in hexadecimal. -
redirect
The value of the Location HTTP header for redirect responses. -
contentType
-