Lines Matching refs:middleware
35 - The `log` middleware will log the errors with level `error` instead of `notice`
59 of Guzzle to use a middleware based system rather than an event system. Any
62 event listeners or subscribers need to be updated to become middleware
99 - Guzzle no longer has a dependency on RingPHP. Due to the use of a middleware
100 system based on PSR-7, using RingPHP and it's middleware system as well adds
107 - As Guzzle now uses a middleware based systems the event system and RingPHP
110 middleware system.
141 ## Migrating to middleware
149 functional middleware approach.
152 you now create a stack based middleware function that intercepts a request on
155 with PSR-7 middleware. Due to the use of promises, the middleware system is
173 middleware. The idiomatic way in v6 to modify the request/response lifecycle is
174 to setup a handler middleware stack up front and inject the handler into a