Changeset 33881 for trunk/src/wp-includes/http.php
- Timestamp:
- 09/03/2015 03:40:45 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r33748 r33881 1 1 <?php 2 2 /** 3 * Simple and uniform HTTP request API.3 * Core HTTP Request API 4 4 * 5 5 * Standardizes the HTTP requests for WordPress. Handles cookies, gzip encoding and decoding, chunk 6 6 * decoding, if HTTP 1.1 and various other difficult HTTP protocol implementations. 7 *8 * @link https://core.trac.wordpress.org/ticket/4779 HTTP API Proposal9 7 * 10 8 * @package WordPress
Note: See TracChangeset
for help on using the changeset viewer.