dhall-clj
dhall-clj copied to clipboard
Implement http imports
It should be possible to import Dhall expressions over http/https, as defined in the standard.
This would mean implementing proper "import chaining", and check that we're respecting the Security Concerns document.
This also includes implementing binary serialization and deserialization for all imports.