Make WordPress Core


Ignore:
Timestamp:
12/24/2013 06:56:05 PM (11 years ago)
Author:
DrewAPicture
Message:

First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.

Props JustinSainton, SergeyBiryukov, DrewAPicture.
Fixes #26713.

File:
1 edited

Legend:

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

    r25880 r26868  
    13961396 * @link http://core.trac.wordpress.org/ticket/4011 Proxy support ticket in WordPress.
    13971397 * @link http://core.trac.wordpress.org/ticket/14636 Allow wildcard domains in WP_PROXY_BYPASS_HOSTS
    1398  * @since 2.8
     1398 * @since 2.8.0
    13991399 */
    14001400class WP_HTTP_Proxy {
     
    14031403     * Whether proxy connection should be used.
    14041404     *
    1405      * @since 2.8
     1405     * @since 2.8.0
     1406     *
    14061407     * @use WP_PROXY_HOST
    14071408     * @use WP_PROXY_PORT
     
    14161417     * Whether authentication should be used.
    14171418     *
    1418      * @since 2.8
     1419     * @since 2.8.0
     1420     *
    14191421     * @use WP_PROXY_USERNAME
    14201422     * @use WP_PROXY_PASSWORD
     
    14291431     * Retrieve the host for the proxy server.
    14301432     *
    1431      * @since 2.8
     1433     * @since 2.8.0
    14321434     *
    14331435     * @return string
     
    14431445     * Retrieve the port for the proxy server.
    14441446     *
    1445      * @since 2.8
     1447     * @since 2.8.0
    14461448     *
    14471449     * @return string
     
    14571459     * Retrieve the username for proxy authentication.
    14581460     *
    1459      * @since 2.8
     1461     * @since 2.8.0
    14601462     *
    14611463     * @return string
     
    14711473     * Retrieve the password for proxy authentication.
    14721474     *
    1473      * @since 2.8
     1475     * @since 2.8.0
    14741476     *
    14751477     * @return string
     
    14851487     * Retrieve authentication string for proxy authentication.
    14861488     *
    1487      * @since 2.8
     1489     * @since 2.8.0
    14881490     *
    14891491     * @return string
     
    14961498     * Retrieve header string for proxy authentication.
    14971499     *
    1498      * @since 2.8
     1500     * @since 2.8.0
    14991501     *
    15001502     * @return string
     
    17631765 * Includes RFC 1950, RFC 1951, and RFC 1952.
    17641766 *
    1765  * @since 2.8
     1767 * @since 2.8.0
    17661768 * @package WordPress
    17671769 * @subpackage HTTP
     
    17741776     * Supports the RFC 1951 standard.
    17751777     *
    1776      * @since 2.8
     1778     * @since 2.8.0
    17771779     *
    17781780     * @param string $raw String to compress.
     
    17931795     * original compressed string will be returned.
    17941796     *
    1795      * @since 2.8
     1797     * @since 2.8.0
    17961798     *
    17971799     * @param string $compressed String to decompress.
     
    18771879     * What encoding types to accept and their priority values.
    18781880     *
    1879      * @since 2.8
     1881     * @since 2.8.0
    18801882     *
    18811883     * @return string Types of encoding to accept.
     
    19111913     * What encoding the content used when it was compressed to send in the headers.
    19121914     *
    1913      * @since 2.8
     1915     * @since 2.8.0
    19141916     *
    19151917     * @return string Content-Encoding string to send in the header.
     
    19221924     * Whether the content be decoded based on the headers.
    19231925     *
    1924      * @since 2.8
     1926     * @since 2.8.0
    19251927     *
    19261928     * @param array|string $headers All of the available headers.
     
    19451947     * disabled.
    19461948     *
    1947      * @since 2.8
     1949     * @since 2.8.0
    19481950     *
    19491951     * @return bool
Note: See TracChangeset for help on using the changeset viewer.