{"id":24189705,"url":"https://github.com/ztgx/httplib-rs","last_synced_at":"2026-06-08T17:31:32.220Z","repository":{"id":126533191,"uuid":"202116336","full_name":"zTgx/httplib-rs","owner":"zTgx","description":"httplib-rs is a wrapper around cpp-httplib.","archived":false,"fork":false,"pushed_at":"2019-08-18T16:01:49.000Z","size":43,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T03:24:54.796Z","etag":null,"topics":["cxx","ffi","http","httplib","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zTgx.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":"2019-08-13T10:01:38.000Z","updated_at":"2025-01-16T13:28:43.000Z","dependencies_parsed_at":"2023-06-17T03:45:40.694Z","dependency_job_id":null,"html_url":"https://github.com/zTgx/httplib-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zTgx/httplib-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Fhttplib-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Fhttplib-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Fhttplib-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Fhttplib-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zTgx","download_url":"https://codeload.github.com/zTgx/httplib-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Fhttplib-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34073678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cxx","ffi","http","httplib","rust"],"created_at":"2025-01-13T14:30:28.164Z","updated_at":"2026-06-08T17:31:32.198Z","avatar_url":"https://github.com/zTgx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [httplib-rs](https://github.com/zTgx/httplib-rs.git)  [![Build Status](https://travis-ci.org/zTgx/httplib-rs.svg?branch=master)](https://travis-ci.org/zTgx/httplib-rs) \n\nA wrapper around [cpp-httplib](https://github.com/yhirose/cpp-httplib.git), a C++ library by yhirose for HTTP/HTTPS. \n\n# Usage\nAdd dependencies\n```\n[dependencies]\nhttplib = \"0.1.0\"\n```\n\n```rust\nextern crate httplib;\nuse httplib::*;\n\nfn main() {\n    let mut client = Client::with_host_port_timeout(\"localhost\".to_string(), 9001, 3200);\n    let x = client.get_with_path(\u0026\"/\".to_string());\n\n    println!(\"body: \\n{}\", x);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztgx%2Fhttplib-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fztgx%2Fhttplib-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztgx%2Fhttplib-rs/lists"}