Class: PHPCrawlerResponseHeader

Describes an HTTP response-header within the phpcrawl-system.
Description:

-

Members:

Public Properties
content_encodingThe content-encoding as stated in the header.
content_lengthThe content-length as stated in the header.
content_typeThe content-type
cookiesAll cookies found in the header
header_rawThe raw HTTP-header as it was send by the server
http_status_codeThe HTTP-statuscode
source_urlThe URL of the website the header was recevied from.
transfer_encodingThe transfer-encoding as stated in the header.