[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 namespace GuzzleHttp\Event; 3 4 /** 5 * Event object emitted after a request has been completed. 6 * 7 * This event MAY be emitted multiple times for a single request. You MAY 8 * change the Response associated with the request using the intercept() 9 * method of the event. 10 * 11 * This event allows the request to be retried if necessary using the retry() 12 * method of the event. 13 */ 14 class CompleteEvent extends AbstractRetryableEvent {}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |