rive-http

Crates.iorive-http
lib.rsrive-http
version1.1.0
sourcesrc
created_at2023-04-12 03:51:27.787945
updated_at2023-09-09 10:02:40.859045
descriptionRevolt REST API client for the Rive ecosystem.
homepage
repositoryhttps://codeberg.org/rive/rive.git
max_upload_size
id836556
size61,189
(arslee07)

documentation

README

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

  • native-tls (default): enables TLS support via native-tls.
  • rustls-tls-native-roots: enables TLS support via rustls with native root certificates.
  • rustls-tls-webpki-roots: enables TLS support via rustls with root certificates from webpki-roots.

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

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

The official instance is HTTPS only.

Commit count: 0

cargo fmt