Docs: Clarify the file header summary for wp-includes/http.php, the top-level file for the HTTP Request API.
See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@33881 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
77a4ee7659
commit
febec2128e
@ -1,12 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Simple and uniform HTTP request API.
|
||||
* Core HTTP Request API
|
||||
*
|
||||
* Standardizes the HTTP requests for WordPress. Handles cookies, gzip encoding and decoding, chunk
|
||||
* decoding, if HTTP 1.1 and various other difficult HTTP protocol implementations.
|
||||
*
|
||||
* @link https://core.trac.wordpress.org/ticket/4779 HTTP API Proposal
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage HTTP
|
||||
* @since 2.7.0
|
||||
|
Loading…
Reference in New Issue
Block a user