{"id":29565635,"url":"https://github.com/moz4rtdev/curl-wrapper","last_synced_at":"2025-07-18T21:35:00.851Z","repository":{"id":283292394,"uuid":"916752497","full_name":"moz4rtdev/curl-wrapper","owner":"moz4rtdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-31T02:23:20.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T17:46:37.129Z","etag":null,"topics":["curl","curl-library","rust","rust-library","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moz4rtdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-01-14T17:41:08.000Z","updated_at":"2025-03-31T02:23:23.000Z","dependencies_parsed_at":"2025-06-15T12:35:47.317Z","dependency_job_id":"3bf8b2e7-e5fd-41e6-a57a-c8eae1a92670","html_url":"https://github.com/moz4rtdev/curl-wrapper","commit_stats":null,"previous_names":["mallocdev/curl-wrapper","moz4rtdev/curl-wrapper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moz4rtdev/curl-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moz4rtdev%2Fcurl-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moz4rtdev%2Fcurl-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moz4rtdev%2Fcurl-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moz4rtdev%2Fcurl-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moz4rtdev","download_url":"https://codeload.github.com/moz4rtdev/curl-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moz4rtdev%2Fcurl-wrapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265837750,"owners_count":23836558,"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":["curl","curl-library","rust","rust-library","wrapper"],"created_at":"2025-07-18T21:35:00.359Z","updated_at":"2025-07-18T21:35:00.839Z","avatar_url":"https://github.com/moz4rtdev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## A simple wrapper around the curl command-line interface\n\n### INSTALL\n```toml\n[dependencies]\ncurl-wrapper = { git = \"https://github.com/mallocdev/curl-wrapper\" }\n```\n\n### USAGE\n```rust\nuse curl_wrapper::CurlWrapper;\nuse curl_wrapper::Method;\n\n#[tokio::main]\nasync fn main() {\n  let mut curl = CurlWrapper::new(\"https://example.com\");\n  curl.method(Method::GET);\n  curl.set_header(\"User-Agent: curl/7.81.0\");\n  curl.set_body(\"Hello, world!\");\n  curl.set_proxy(\"http://proxy.example.com:8080\");\n  curl.redirects(true);\n  curl.compressed(true);\n  curl.interface(\"eth0\");\n\n  let output = curl.execute().await.unwrap();\n  println!(\"Output: {}\", String::from_utf8_lossy(\u0026output.stdout));\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoz4rtdev%2Fcurl-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoz4rtdev%2Fcurl-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoz4rtdev%2Fcurl-wrapper/lists"}