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

Update to Elixir 1.3 #19

Closed asonix closed 8 years ago

asonix commented 8 years ago

I have fixed issues relating to the compiler warnings caused in Elixir 1.3.

That said, I also have now used an Elixir 1.3 only version of Enum.group_by/3, so these changes are not backwards compatible.

asonix commented 8 years ago

Oops, did not realize I was duplicating effort. Sorry