Lines Matching refs:middleware
9 of Guzzle to use a middleware based system rather than an event system. Any
12 event listeners or subscribers need to be updated to become middleware
49 - Guzzle no longer has a dependency on RingPHP. Due to the use of a middleware
50 system based on PSR-7, using RingPHP and it's middleware system as well adds
57 - As Guzzle now uses a middleware based systems the event system and RingPHP
60 middleware system.
91 ## Migrating to middleware
99 functional middleware approach.
102 you now create a stack based middleware function that intercepts a request on
105 with PSR-7 middleware. Due to the use of promises, the middleware system is
123 middleware. The idiomatic way in v6 to modify the request/response lifecycle is
124 to setup a handler middleware stack up front and inject the handler into a