Skip to content

Commit

Permalink
[fr] small changes to check sphinx warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cake17 committed Jun 6, 2016
1 parent ca0989d commit d38a48d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions fr/controllers/middleware.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Middleware
##########

Middleware objects give you the ability to 'wrap' your application in re-usable,
composable layers of Request handling, or response building logic. Middleware
are part of the new HTTP stack in CakePHP that leverages the PSR7 request and
response interfaces. By leveraging the PSR7 standard you can use any PSR7
compatible middleware available on `The Packagist <https://thepackagist.org>`__.
Les objets Middleware vous donnent la possibilité de 'wrapper' votre application
en des couches compatibles et réutilisables de gestion de Requête, ou de la
logique de construction de réponse. Middleware are part of the new HTTP stack in
CakePHP that leverages the PSR7 request and response interfaces. By leveraging
the PSR7 standard you can use any PSR7 compatible middleware available on `The
Packagist <https://thepackagist.org>`__.

CakePHP provides several middleware out of the box:

Expand Down

0 comments on commit d38a48d

Please sign in to comment.