Your IP : 3.138.172.130


Current Path : /proc/self/root/home/sudancam/.trash/shop/storage/vendor/guzzlehttp/guzzle/src/Event/
Upload File :
Current File : //proc/self/root/home/sudancam/.trash/shop/storage/vendor/guzzlehttp/guzzle/src/Event/CompleteEvent.php

<?php
namespace GuzzleHttp\Event;

/**
 * Event object emitted after a request has been completed.
 *
 * This event MAY be emitted multiple times for a single request. You MAY
 * change the Response associated with the request using the intercept()
 * method of the event.
 *
 * This event allows the request to be retried if necessary using the retry()
 * method of the event.
 */
class CompleteEvent extends AbstractRetryableEvent {}