Class SimplePie_HTTP_Parser
HTTP Response Parser
Package: SimplePie\HTTP
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/HTTP/Parser.php
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/HTTP/Parser.php
Methods summary
public
|
|
public
boolean
|
|
protected
boolean
|
|
protected
boolean
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
Magic methods summary
Properties summary
public
float
|
$http_version |
#
HTTP Version |
public
integer
|
$status_code |
#
Status code |
public
string
|
$reason |
#
Reason phrase |
public
array
|
$headers |
#
Key/value pairs of the headers |
public
string
|
$body |
#
Body of the response |
protected
string
|
$state |
#
Current state of the state machine |
protected
string
|
$data |
#
Input data |
protected
integer
|
$data_length |
#
Input data length (to avoid calling strlen() everytime this is needed) |
protected
integer
|
$position |
#
Current position of the pointer |
protected
string
|
$name |
#
Name of the hedaer currently being parsed |
protected
string
|
$value |
#
Value of the hedaer currently being parsed |