|
It means I failed to read my own documentation. It should be http_message, not http_response.
$nt->get_error will extract just the error message out of the response.
$http_message->as_string should show you the entire response including headers, etc.
|