Changeset 37674 for trunk/src/wp-includes/Requests/Exception/HTTP/429.php
- Timestamp:
- 06/10/2016 04:49:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Requests/Exception/HTTP/429.php
r37428 r37674 3 3 * Exception for 429 Too Many Requests responses 4 4 * 5 * @see http ://tools.ietf.org/html/draft-nottingham-http-new-status-045 * @see https://tools.ietf.org/html/draft-nottingham-http-new-status-04 6 6 * @package Requests 7 7 */ … … 10 10 * Exception for 429 Too Many Requests responses 11 11 * 12 * @see http ://tools.ietf.org/html/draft-nottingham-http-new-status-0412 * @see https://tools.ietf.org/html/draft-nottingham-http-new-status-04 13 13 * @package Requests 14 14 */
Note: See TracChangeset
for help on using the changeset viewer.