rhttp 0.5.0 rhttp: ^0.5.0 copied to clipboard
Make HTTP requests using Rust for Flutter developers. It uses FFI to call Rust functions from Dart. On the Rust side, it uses reqwest to make HTTP requests.
0.5.0 #
- feat: interceptors (e.g.
RetryInterceptor
) - feat: certificate pinning
- feat: client certificate / mutual TLS
- feat: add
ProxySettings
- BREAKING:
requestGeneric
renamed torequest
,request
removed
0.3.2 #
- docs: update README
0.3.1 #
- docs: add benchmark
0.3.0 #
- feat: add
HttpBody.multipart
- feat: change
TlsSettings.verifyCerts
toTlsSettings.verifyCertificates
0.2.0 #
- feat: add
RhttpStatusCodeException
,RhttpInvalidCertificateException
- feat: add
TlsSettings
0.1.0 #
- feat: request body types
- feat: client for connection pooling / reuse
- feat: cancel requests
- feat: improve error handling with
RhttpException
0.0.2 #
- feat: query, headers, body
0.0.1 #
- initial release