Parse an HTTP response message into an associative array of parts.
Parameters
string $message HTTP response to parse:
Return value
array|bool Returns false if the message is invalid
File
- drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php, line 26
Class
- MessageParserInterface
- HTTP message parser interface used to parse HTTP messages into an array
Namespace
Guzzle\Parser\Message
Code
public function parseResponse($message);