Testing a small http-client on Linux using no_std & embedded reqwless.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add beads tickets for redirects, https, and size optimization

rektide afadaeaa b613864f

+3
+3
.beads/issues.jsonl
··· 1 + {"id":"reqwl-http-redirects","title":"Follow HTTP redirects","description":"Add redirect handling for 3xx responses in the no_std downloader while preserving stack-buffered streaming and bounded redirect depth.","acceptance_criteria":"- 301/302/303/307/308 with Location are followed up to a fixed max hops\\n- relative and absolute Location values are resolved safely\\n- loop detection or hop limit failure returns a clear error\\n- downloader still streams body to stdout without heap allocation in app code","status":"open","priority":2,"issue_type":"feature","owner":"rektide+git@voodoowarez.com","created_at":"2026-03-25T21:58:56Z","created_by":"rektide de la faye","updated_at":"2026-03-25T21:58:56Z","dependency_count":0,"dependent_count":0,"comment_count":0} 2 + {"id":"reqwl-https-feature-flag","title":"Add optional HTTPS support","description":"Introduce an opt-in Cargo feature for HTTPS/TLS in the Linux downloader while keeping the default HTTP-only minimal footprint.","acceptance_criteria":"- default build remains HTTP-only\\n- enabling feature compiles and supports https:// URLs\\n- TLS verification mode is explicitly configured and documented\\n- README includes HTTP vs HTTPS build and usage examples","status":"open","priority":2,"issue_type":"feature","owner":"rektide+git@voodoowarez.com","created_at":"2026-03-25T21:58:56Z","created_by":"rektide de la faye","updated_at":"2026-03-25T21:58:56Z","dependency_count":0,"dependent_count":0,"comment_count":0} 3 + {"id":"reqwl-min-sized-rust","title":"Apply min-sized-rust optimization profile","description":"Adopt binary-size optimization recommendations from github.com/johnthagen/min-sized-rust for release builds and document trade-offs for this project.","acceptance_criteria":"- release profile updates are applied and explained\\n- binary size before/after is measured and recorded\\n- guide reference: https://github.com/johnthagen/min-sized-rust\\n- behavior remains correct for basic download flow","status":"open","priority":2,"issue_type":"task","owner":"rektide+git@voodoowarez.com","created_at":"2026-03-25T21:58:56Z","created_by":"rektide de la faye","updated_at":"2026-03-25T21:58:56Z","dependency_count":0,"dependent_count":0,"comment_count":0}