rive-http

An HTTP client for the Revolt REST API.

It is used for the Rive crates ecosystem and is built on top of it. See the rive documentation for more information.

Features

Note: if the self-hosted Revolt instance does not use an HTTPS connection, then you can disable TLS support by disabling the default features:

toml [dependencies] rive-http = { version = "1", default-features = false }

The official instance is HTTPS only.