nomasystems / erf

:pencil: A design-first Erlang REST Framework.
https://nomasystems.github.io/erf/
Apache License 2.0
29 stars 2 forks source link

feat: map scheme, host and port from elli #75

Closed albertocsouto closed 2 weeks ago

albertocsouto commented 1 month ago

Current erf implementation is hiding the values included in elli request scheme, host and port:

https://github.com/elli-lib/elli/blob/main/include/elli.hrl

Mapping doesn't work quite well for localhost, due an elli limitation: https://github.com/elli-lib/elli/issues/83

Maybe fixed if maintainer greenlights release 4.0.0: https://github.com/elli-lib/elli/pull/110