Changeset 41162 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 07/27/2017 12:40:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r41105 r41162 99 99 * are the HTTP and HTTPS protocols. 100 100 * 101 * @access public102 101 * @since 2.7.0 103 102 * … … 429 428 * 430 429 * @since 4.6.0 431 * @access public432 430 * @static 433 431 * … … 457 455 * 458 456 * @since 4.6.0 459 * @access public460 457 * @static 461 458 * … … 490 487 * 491 488 * @since 3.2.0 492 * @access public493 489 * 494 490 * @param array $args Request arguments … … 540 536 * 541 537 * @static 542 * @access private543 538 * 544 539 * @param string $url URL to Request … … 582 577 * Used for sending data that is expected to be in the body. 583 578 * 584 * @access public585 579 * @since 2.7.0 586 580 * … … 600 594 * Used for sending data that is expected to be in the body. 601 595 * 602 * @access public603 596 * @since 2.7.0 604 597 * … … 618 611 * Used for sending data that is expected to be in the body. 619 612 * 620 * @access public621 613 * @since 2.7.0 622 614 * … … 634 626 * Parses the responses and splits the parts into headers and body. 635 627 * 636 * @access public637 628 * @static 638 629 * @since 2.7.0 … … 653 644 * headers as the values. No headers must be passed that were already processed. 654 645 * 655 * @access public656 646 * @static 657 647 * @since 2.7.0 … … 731 721 * Edits the array by reference. 732 722 * 733 * @access public734 723 * @since 2.8.0 735 724 * @static … … 762 751 * @link https://tools.ietf.org/html/rfc2616#section-19.4.6 Process for chunked decoding. 763 752 * 764 * @access public765 753 * @since 2.7.0 766 754 * @static … … 812 800 * 813 801 * @since 2.8.0 814 * @access public815 802 * @link https://core.trac.wordpress.org/ticket/8927 Allow preventing external requests. 816 803 * @link https://core.trac.wordpress.org/ticket/14636 Allow wildcard domains in WP_ACCESSIBLE_HOSTS … … 872 859 * Used as a wrapper for PHP's parse_url() function that handles edgecases in < PHP 5.4.7. 873 860 * 874 * @access protected875 861 * @deprecated 4.4.0 Use wp_parse_url() 876 862 * @see wp_parse_url() … … 893 879 * 894 880 * @static 895 * @access public896 881 * 897 882 * @param string $maybe_relative_path The URL which might be relative … … 964 949 * 965 950 * @since 3.7.0 966 * @access public967 951 * @static 968 952 * … … 1021 1005 * 1022 1006 * @since 3.7.0 1023 * @access public1024 1007 * @static 1025 1008 *
Note: See TracChangeset
for help on using the changeset viewer.