From ae6d26f322c990bdae1d0a170fca4345d38cdf73 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Mon, 5 Nov 2018 22:11:17 -0500 Subject: fix tags --- content/post/2013-10-07-golang-http-handlers-as-middleware.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/post/2013-10-07-golang-http-handlers-as-middleware.markdown') diff --git a/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown b/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown index c1249e9..812632c 100644 --- a/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown +++ b/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown @@ -3,7 +3,7 @@ layout: post title: "Golang http handlers as middleware" date: 2013-10-07T08:52:00Z comments: true -categories: ["go", "http"] +tags: ["go", "http"] --- Most modern web stacks allow the "filtering" of requests via stackable/composable middleware, allowing you to cleanly separate cross-cutting concerns from your web application. This weekend I needed to hook into go's ```http.FileServer``` and was pleasantly surprised how easy it was to do. -- cgit v1.2.3