Module 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ยง

agent
An ureq::Agent that can be used to perform blocking HTTPS requests.
agent_with_config
An ureq::Agent with given configuration that can be used to perform blocking HTTPS requests.