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

Fix warning for unused alias for GeneralRequestInfo #24

Closed jwinter closed 7 years ago

jwinter commented 7 years ago

This just cleans up a warning for the unused HTTParrot.GeneralRequestInfo alias. Warning looks like this:

warning: unused alias GeneralRequestInfo
  lib/httparrot/retrieve_request_handler.ex:5
edgurgel commented 7 years ago

Thank you! 🎉