1<?php2/**3* Core class used for managing HTTP transports and making HTTP requests.4*5* This file is deprecated, use 'wp-includes/class-wp-http.php' instead.6*7* @deprecated 5.9.08* @package WordPress9*/1011_deprecated_file( basename( __FILE__ ), '5.9.0', WPINC . '/class-wp-http.php' );1213/** WP_Http class */14require_once ABSPATH . WPINC . '/class-wp-http.php';15