Changeset 24895
- Timestamp:
- 07/30/2013 06:39:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r24894 r24895 53 53 * Retrieve the raw response from a safe HTTP request using the GET method. 54 54 * 55 * This function is ideal when the HTTP request is being made to an arbitrary 56 * URL. The URL is validated to avoid redirection and request forgery attacks. 57 * 55 58 * @see wp_remote_request() For more information on the response array format 56 59 * and default arguments. … … 70 73 /** 71 74 * Retrieve the raw response from a safe HTTP request using the POST method. 75 * 76 * This function is ideal when the HTTP request is being made to an arbitrary 77 * URL. The URL is validated to avoid redirection and request forgery attacks. 72 78 * 73 79 * @see wp_remote_request() For more information on the response array format
Note: See TracChangeset
for help on using the changeset viewer.