4 releases (2 stable)
1.1.0 | Sep 9, 2023 |
---|---|
1.0.0 | Jun 21, 2023 |
0.1.1 | Apr 12, 2023 |
0.1.0 | Apr 12, 2023 |
37 downloads per month
Used in rive
155KB
4K
SLoC
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 vianative-tls
.rustls-tls-native-roots
: enables TLS support viarustls
with native root certificates.rustls-tls-webpki-roots
: enables TLS support viarustls
with root certificates fromwebpki-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.
Dependencies
~5–16MB
~241K SLoC