Expand description
§nyquest-backend-curl
libcurl backend for nyquest.
Note: Requires libcurl 7.68.0 or later.
§Features
ssl: Enable SSL support. This is enabled by default.blockingasyncmultipartcharset-defaults: Enable encoding conversion viaiconv-nativewith its default features enabled.charset: Enable encoding conversion viaiconv-nativewithout activating any of its default features. Refer to the documentation oficonv-nativefor its features.
§License
Licensed under Apache License, Version 2.0 or MIT license, at your option.
Part of the code in this crate is adapted from curl-rust licensed under the MIT license.
Structs§
- Curl
Backend - The backend implementation using libcurl.