Docs: Add a missing file header for wp-includes/class-wp-http-encoding.php, introduced in [33748].
Also clarifies the class DocBlock summary for `WP_Http_Encoding`. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@33875 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
069668dde9
commit
81e8cc3d7e
@ -1,12 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Implementation for deflate and gzip transfer encodings.
|
||||
* HTTP API: WP_Http_Encoding class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage HTTP
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Core class used to implement deflate and gzip transfer encoding support for HTTP requests.
|
||||
*
|
||||
* Includes RFC 1950, RFC 1951, and RFC 1952.
|
||||
*
|
||||
* @since 2.8.0
|
||||
* @package WordPress
|
||||
* @subpackage HTTP
|
||||
*/
|
||||
class WP_Http_Encoding {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user