Initial commit

This commit is contained in:
Igor Toporkov 2019-09-26 16:13:58 +03:00
commit 3c6c6909e4

7
Readme.md Normal file
View File

@ -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.