Module rofl_utils::https
source · Expand description
A very simple HTTPS client that can be used inside ROFL apps.
This simple client is needed because Fortanix EDP does not yet have support for mio/Tokio
networking and so the usual hyper
and reqwest
cannot be used without patches.
Functions§
- An
ureq::Agent
that can be used to perform blocking HTTPS requests. - An
ureq::Agent
with given configuration that can be used to perform blocking HTTPS requests.