Changeset 42746 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 02/25/2018 08:21:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r42682 r42746 440 440 * 441 441 * @since 4.6.0 442 * @static443 442 * 444 443 * @param array $cookies List of cookies to send with the request. … … 467 466 * 468 467 * @since 4.6.0 469 * @static470 468 * 471 469 * @param string $location URL to redirect to. … … 643 641 * Parses the responses and splits the parts into headers and body. 644 642 * 645 * @static646 643 * @since 2.7.0 647 644 * … … 664 661 * headers as the values. No headers must be passed that were already processed. 665 662 * 666 * @static667 663 * @since 2.7.0 668 664 * … … 752 748 * 753 749 * @since 2.8.0 754 * @static755 750 * 756 751 * @param array $r Full array of args passed into ::request() … … 788 783 * 789 784 * @since 2.7.0 790 * @static791 785 * 792 786 * @param string $body Body content … … 922 916 * @since 3.4.0 923 917 * 924 * @static925 *926 918 * @param string $maybe_relative_path The URL which might be relative 927 919 * @param string $url The URL which $maybe_relative_path is relative to … … 997 989 * 998 990 * @since 3.7.0 999 * @static1000 991 * 1001 992 * @param string $url The URL which was requested. … … 1059 1050 * 1060 1051 * @since 3.7.0 1061 * @static1062 1052 * 1063 1053 * @param string $maybe_ip A suspected IP address
Note: See TracChangeset
for help on using the changeset viewer.