Closed cvik closed 6 years ago
Crap. Didn't think to support older versions.
Thanks for the pull request! @knutin: It might be time to drop support for erlang versions older than R16. I propose that we drop that later and accept this PR as is.
please open this on https://github.com/elli-lib/elli
Also note that this has been recognized in OTP and a uri module in the stdlib is coming: https://github.com/erlang/otp/pull/1551
I was just going to wait for that.
Ah, I missed that this had been forked. I have opened the PR elli-lib/elli#36.
I'm closing this one since it has been moved to elli-lib/elli#36.
Replaces all calls to 'http_uri:decode/1' from the inets application with a custom function local to elli. This allows the removal of inets as a dependency.