From 3c6c6909e4cd2a27d41a81200efc0f5c0a36eff3 Mon Sep 17 00:00:00 2001 From: Igor Toporkov Date: Thu, 26 Sep 2019 16:13:58 +0300 Subject: [PATCH] Initial commit --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..5a8ba40 --- /dev/null +++ b/Readme.md @@ -0,0 +1,7 @@ +# kitten_cowboy +Respond with style + +## Description +This application provides `cowboy` `stream_handler` to send customized response bodies +depending on status code. For every response that cowboy is about to send, `kitten_cowboy` will +check status code against rules, you set and modify response body if nessesary.