From 09f1a8d55bdd16e32de81d953ed281338db0cf89 Mon Sep 17 00:00:00 2001 From: Adam Cammack Date: Sat, 9 Feb 2013 04:04:49 -0600 Subject: Add an example with custom middleware --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/README.md') diff --git a/examples/README.md b/examples/README.md index a8b897a..442b149 100644 --- a/examples/README.md +++ b/examples/README.md @@ -25,6 +25,9 @@ Cowboy Examples * [hello_world](./hello_world): simplest example application + * [markdown_middleware](./markdown_middleware): + static file handler with markdown preprocessor + * [rest_hello_world](./rest_hello_world): return the data type that matches the request type (ex: html, text, json) -- cgit v1.2.3