commit 3c6c6909e4cd2a27d41a81200efc0f5c0a36eff3 Author: Igor Toporkov Date: Thu Sep 26 16:13:58 2019 +0300 Initial commit 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.