A REST server and client using LFE/OTP.
./repl
lfe> (dnet:start)
λ curl -X GET "http://localhost:8080/"
{"status": "main"}%
λ curl -X POST \
'http://localhost:8080/http' \
-H 'Content-Type: application/json' \
-d '{
"url": "https://jsonip.com/"
}
'
<div>Task scheduled successfully</div>%