* Package name : rust-attohttpc Version : 0.31.0 Upstream Author : Simon Bernier St-Pierre <git.sbstp.ca@gmail.com> * URL : https://github.com/sbstp/attohttpc * License : MPL-2.0 Programming Lang: Rust Description : Lightweight and simple synchronous HTTP client Attohttpc is a lightweight and simple synchronous HTTP client for the Rust ecosystem. It is intended for projects that have HTTP needs where performance is not critical, or when HTTP is not the main purpose of the application. . It stays away from Rust's asynchronous stack to provide a crate that is as small as possible. Features are highly modular and provided behind feature flags, including support for JSON serialization, multipart forms, automatic body decompression, and multiple TLS backends (native-tls and rustls). . This package will be maintained within the Debian Rust Maintainers team.