An HTTP library based on compio and hyper.

1 Open Issue Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement response streaming support in the Cyper HTTP library to allow processing of large responses without loading the entire body into memory. This involves modifying the library to handle response bodies as streams instead of loading them completely before processing, potentially leveraging features from the underlying compio and hyper libraries.

Complexity: 4/5
good first issue help wanted

An HTTP library based on compio and hyper.

Rust