You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,19 +13,44 @@ A simple PSR-15 server request handler implementation to handle middleware colle
13
13
Request handler implementing the [RequestHandlerInterface](https://github.com/php-fig/http-server-handler/blob/master/src/RequestHandlerInterface.php)
14
14
and able to manage a collection of middlewares implementing the [MiddlewareInterface](https://github.com/php-fig/http-server-middleware/blob/master/src/MiddlewareInterface.php).
15
15
16
-
This middleware attempts to provide interoperability to process a collection middlewares and
17
-
offer the possibility to define the strategy on how middlewares are fetched.
16
+
This middleware attempts to provide interoperability to process a collection of middlewares and
17
+
give the possibility to define the strategy on how middlewares are fetched.
0 commit comments