{"id":15762388,"url":"https://github.com/williamvenner/sysreq","last_synced_at":"2025-07-10T17:04:31.064Z","repository":{"id":57680497,"uuid":"493651422","full_name":"WilliamVenner/sysreq","owner":"WilliamVenner","description":"Simple, virtually-zero-dependencies HTTP client wrapping a system client for Rust","archived":false,"fork":false,"pushed_at":"2023-09-05T16:33:02.000Z","size":76,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-18T01:43:48.050Z","etag":null,"topics":["http","https","hyper","request","reqwest","rust","ssl","tls"],"latest_commit_sha":null,"homepage":"https://docs.rs/sysreq/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WilliamVenner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-18T12:22:08.000Z","updated_at":"2024-07-01T05:10:17.000Z","dependencies_parsed_at":"2024-10-25T10:18:13.562Z","dependency_job_id":"414ac6bd-14ad-4835-aa5e-d9b43af8f793","html_url":"https://github.com/WilliamVenner/sysreq","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"47f02a3d2bb622550ff39022126b4c185bfda137"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WilliamVenner/sysreq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Fsysreq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Fsysreq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Fsysreq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Fsysreq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WilliamVenner","download_url":"https://codeload.github.com/WilliamVenner/sysreq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Fsysreq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264614175,"owners_count":23637529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http","https","hyper","request","reqwest","rust","ssl","tls"],"created_at":"2024-10-04T11:09:00.036Z","updated_at":"2025-07-10T17:04:31.049Z","avatar_url":"https://github.com/WilliamVenner.png","language":"Rust","readme":"[![crates.io](https://img.shields.io/crates/v/sysreq.svg)](https://crates.io/crates/sysreq)\n[![docs.rs](https://docs.rs/sysreq/badge.svg)](https://docs.rs/sysreq/)\n[![license](https://img.shields.io/crates/l/sysreq)](https://github.com/WilliamVenner/sysreq/blob/master/LICENSE)\n\n# sysreq\n\nSimple, virtually-zero-dependencies HTTP client wrapping a system client. Make HTTP requests without breaking the bank!\n\n\"Virtually-zero\" means no unnecessary runtime dependencies. The only runtime dependency, other than `std`, is URL validation, which is required for security reasons.\n\n## Supported Backends\n\n* wget\n* cURL\n* PowerShell (`Invoke-WebRequest`)\n\n# Usage\n\nIn your `Cargo.toml`:\n\n```toml\n[dependencies]\nsysreq = \"0.1\"\n```\n\nIn your code:\n\n```rust\nlet html = sysreq::get(\"https://www.rust-lang.org/\").unwrap();\nprintln!(\"{}\", String::from_utf8_lossy(\u0026html));\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamvenner%2Fsysreq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamvenner%2Fsysreq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamvenner%2Fsysreq/lists"}