Method |
Description |
|
SimplePie_HTTP_Parser ( string $data ) |
Create an instance of the class with the input data |
|
body ( ) |
Parse the body |
|
has_data ( ) : boolean |
Check whether there is data beyond the pointer |
|
http_version ( ) |
Parse the HTTP version |
|
is_linear_whitespace ( ) : boolean |
See if the next character is LWS |
|
linear_whitespace ( ) |
Parse LWS, replacing consecutive LWS characters with a single space |
|
name ( ) |
Parse a header name |
|
new_line ( ) |
Deal with a new line, shifting data around as needed |
|
parse ( ) : boolean |
Parse the input data |
|
quote ( ) |
See what state to move to while within quoted header values |
|
quote_char ( ) |
Parse a header value while within quotes |
|
quote_escaped ( ) |
Parse an escaped character within quotes |
|
reason ( ) |
Parse the reason phrase |
|
status ( ) |
Parse the status code |
|
value ( ) |
See what state to move to while within non-quoted header values |
|
value_char ( ) |
Parse a header value while outside quotes |
|