Proxy engine to translate EPP connections into HTTP calls
Find a file
Maciej Szlosarczyk 59bc5b76f8
Add todo to readme
2019-05-28 12:52:10 +03:00
apps/epp_proxy Add feature switch for enabling pure TCP socket 2019-05-28 11:30:01 +03:00
config Add feature switch for enabling pure TCP socket 2019-05-28 11:30:01 +03:00
.gitignore Remove dev config file 2019-05-28 11:21:48 +03:00
LICENSE Initial commit 2019-05-22 10:57:05 +03:00
README.md Add todo to readme 2019-05-28 12:52:10 +03:00
rebar.config Move session_id function to util module 2019-05-28 09:44:09 +03:00
rebar.lock Add Hackney as a dependency 2019-05-27 10:34:06 +03:00

epp_proxy

An OTP application

Build

$ rebar3 compile

TODO

  1. Add file logger (there's an erlang package for that).
  2. Add default error responses for errors while contacting registry and for invalid XML.
  3. This readme.
  4. Migration guide for mod epp.