From 8c9593d4f22b0fb4fb55b547e880dfe904bbaf8e Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 28 Mar 2015 04:58:56 +0000 Subject: [PATCH] Mention the new IfMiddleware in the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7e2f1d..0468a1d 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ Core Middlewares: | **Recorder** | Record the status code and content length in the Env | | **Status** | Memecached inspired stats about the requests | | **Timer** | Keep track of the elapsed time in the Env | +| **If** | Conditionally execute a Middleware at runtime | Third Party Middlewares: