Changeset 35718 for trunk/src/wp-includes/http.php
- Timestamp:
- 11/20/2015 07:23:04 AM (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r35712 r35718 1 1 <?php 2 2 /** 3 * HTTP API: Top-level HTTP request API functionality 3 * Core HTTP Request API 4 * 5 * Standardizes the HTTP requests for WordPress. Handles cookies, gzip encoding and decoding, chunk 6 * decoding, if HTTP 1.1 and various other difficult HTTP protocol implementations. 4 7 * 5 8 * @package WordPress 6 9 * @subpackage HTTP 7 * @since 4.4.08 10 */ 9 11
Note: See TracChangeset
for help on using the changeset viewer.