Changeset 33880
- Timestamp:
- 09/03/2015 03:38:45 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r33748 r33880 1 1 <?php 2 2 /** 3 * WordPress HTTP Class for managing HTTP Transports and making HTTP requests. 3 * HTTP API: WP_Http object class 4 * 5 * @package WordPress 6 * @subpackage HTTP 7 * @since 2.7.0 8 */ 9 10 /** 11 * Core class used for managing HTTP transports and making HTTP requests. 4 12 * 5 13 * This class is used to consistently make outgoing HTTP requests easy for developers … … 9 17 * Debugging includes several actions, which pass different variables for debugging the HTTP API. 10 18 * 11 * @package WordPress12 * @subpackage HTTP13 19 * @since 2.7.0 14 20 */
Note: See TracChangeset
for help on using the changeset viewer.