Changeset 33875
- Timestamp:
- 09/03/2015 03:27:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-encoding.php
r33748 r33875 1 1 <?php 2 2 /** 3 * Implementation for deflate and gzip transfer encodings. 3 * HTTP API: WP_Http_Encoding class 4 * 5 * @package WordPress 6 * @subpackage HTTP 7 * @since 4.4.0 8 */ 9 10 /** 11 * Core class used to implement deflate and gzip transfer encoding support for HTTP requests. 4 12 * 5 13 * Includes RFC 1950, RFC 1951, and RFC 1952. 6 14 * 7 15 * @since 2.8.0 8 * @package WordPress9 * @subpackage HTTP10 16 */ 11 17 class WP_Http_Encoding {
Note: See TracChangeset
for help on using the changeset viewer.