[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/Event/ -> BeforeEvent.php (summary)

(no description)

File Size: 26 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

BeforeEvent:: (1 method):
  intercept()


Class: BeforeEvent  - X-Ref

Event object emitted before a request is sent.

This event MAY be emitted multiple times (i.e., if a request is retried).
You MAY change the Response associated with the request using the
intercept() method of the event.
intercept(ResponseInterface $response)   X-Ref
Intercept the request and associate a response

param: ResponseInterface $response Response to set



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1