edgurgel / httparrot

HTTP Request & Response Server. An incomplete clone of http://httpbin.org
https://httparrot.onrender.com/
MIT License
86 stars 27 forks source link

add support for chunked request bodies, fix a few test names #10

Closed jordan0day closed 9 years ago

jordan0day commented 9 years ago

Not sure if this is something you're looking for in httparrot, since I'm not sure if httpbin actually supports chunked request bodies, but it was pretty easy to add since cowboy does all the heavy lifting.

Also fixed a couple of erroneous test names from my previous PR.

edgurgel commented 9 years ago

Great! Thanks again :dancer: