Registry / http-client / soup3
library0.9.0rscratesunverified

Rust bindings for the libsoup3 HTTP client/server library, providing HTTP networking capabilities.

# Cargo.toml [dependencies] soup3 = "0.9.0"
INSTALL
IMPORT
SIG · SOUP3
S
soup3
http-clientrustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Session
use soup3::Session;

Creates a new HTTP session using libsoup3.

use soup3::Session; fn main() { let session = Session::new(); println!("HTTP session created"); }
Debug
Known issues
gotchaRequires libsoup3 system library installed
fix
Install libsoup3-dev (Linux) or use pkg-config
affects: >=0.9.0
Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
soup3 — cargo add soup3 · libregistry