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

updating to cowboy 2.5.0 #32

Closed alex-strizhakov closed 5 years ago

edgurgel commented 5 years ago

Thanks for starting this! I'm really keen to get this merged! Really appreciated 🎉

alex-strizhakov commented 5 years ago

@edgurgel  👋 Maybe you have side projects where we can test httparrot endpoints? I tested it with tesla, but I assume that not all endpoints are used there.

edgurgel commented 5 years ago

Thanks! I will give it a try and fix if I find any issues! Cheers 🎉

edgurgel commented 5 years ago

I had to make a few changes but nothing major https://github.com/edgurgel/httparrot/commit/1f4f7161246702a52bba737335e012d57b433f8e Thanks! I will release a new version soon

edgurgel commented 5 years ago

Done! HTTPoison is already using HTTParrot 1.2 for tests: https://github.com/edgurgel/httpoison/commit/ab7fce0a022d483833472ebaf91715eb4936c350

alex-strizhakov commented 5 years ago

Thanks for fast feedback! 😄