From f969c433817b47c74ca2f9a7558cffb40ab18d1b Mon Sep 17 00:00:00 2001 From: penoonan Date: Sat, 27 Sep 2014 11:04:25 -0500 Subject: [PATCH 1/3] add pno/throttle to listed middlewares --- source/middlewares.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/middlewares.html b/source/middlewares.html index f9b587e..911a84a 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -219,6 +219,21 @@

Packagist +
+

+ Throttle +

+

+ by penoonan +

+

+ Stack Middleware for throttling requests by IP. +

+ +
{% endblock %} From 52f2c8364de31660a9bde188ec2bbd5b9986fa95 Mon Sep 17 00:00:00 2001 From: penoonan Date: Sat, 27 Sep 2014 11:27:05 -0500 Subject: [PATCH 2/3] put new entry in new row --- source/middlewares.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/middlewares.html b/source/middlewares.html index 911a84a..3de25df 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -219,6 +219,8 @@

Packagist + +

Throttle From af0a30d56d9567d2571664ca51ac06586152938d Mon Sep 17 00:00:00 2001 From: penoonan Date: Sat, 27 Sep 2014 11:47:31 -0500 Subject: [PATCH 3/3] fix link --- source/middlewares.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/middlewares.html b/source/middlewares.html index 3de25df..d459ac8 100644 --- a/source/middlewares.html +++ b/source/middlewares.html @@ -223,7 +223,7 @@

- Throttle + Throttle

by penoonan