Make WordPress Core


Ignore:
Timestamp:
09/03/2015 03:40:45 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Clarify the file header summary for wp-includes/http.php, the top-level file for the HTTP Request API.

See #33413. See #33701.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/http.php

    r33748 r33881  
    11<?php
    22/**
    3  * Simple and uniform HTTP request API.
     3 * Core HTTP Request API
    44 *
    55 * Standardizes the HTTP requests for WordPress. Handles cookies, gzip encoding and decoding, chunk
    66 * decoding, if HTTP 1.1 and various other difficult HTTP protocol implementations.
    7  *
    8  * @link https://core.trac.wordpress.org/ticket/4779 HTTP API Proposal
    97 *
    108 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.