LemonCore. Httpc
(lemon_core v0.1.0)
View Source
Thin wrapper around Erlang's :httpc.
Goals:
- Centralize
:inets/:sslstartup for call sites that want to use built-in HTTP. - Keep call sites consistent while still returning
:httpc's native return values.
This wrapper intentionally does not attempt to normalize response formats.
Summary
Functions
Ensure :inets and :ssl are started.
Call :httpc.request/4 after ensuring OTP apps are started.