Make WordPress Core


Ignore:
Timestamp:
11/20/2015 07:23:04 AM (9 years ago)
Author:
nacin
Message:

Simplify the include graph after work to split out classes.

see #33413. More details there.

File:
1 moved

Legend:

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

    r35712 r35718  
    11<?php
    22/**
    3  * HTTP API: Top-level HTTP request API functionality
     3 * Core HTTP Request API
     4 *
     5 * Standardizes the HTTP requests for WordPress. Handles cookies, gzip encoding and decoding, chunk
     6 * decoding, if HTTP 1.1 and various other difficult HTTP protocol implementations.
    47 *
    58 * @package WordPress
    69 * @subpackage HTTP
    7  * @since 4.4.0
    810 */
    911
Note: See TracChangeset for help on using the changeset viewer.