return array( 'headers' => $this->get_headers(), 'body' => $this->get_data(), 'response' => array( 'code' => $this->get_status(), 'message' => get_status_header_desc( $this->get_status() ), ), 'cookies' => $this->get_cookies(), 'filename' => $this->filename, ); } }
Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-includes/class-wp-http-requests-response.php:1) in /htdocs/wp-includes/pluggable.php on line 1435

Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-includes/class-wp-http-requests-response.php:1) in /htdocs/wp-includes/pluggable.php on line 1438