{"id":25882868,"url":"https://github.com/dax89/crequests","last_synced_at":"2025-10-25T18:46:33.899Z","repository":{"id":74196880,"uuid":"460171846","full_name":"Dax89/CRequests","owner":"Dax89","description":"A simple CURL based HTTP Client for C++17","archived":false,"fork":false,"pushed_at":"2023-12-23T11:04:45.000Z","size":12,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-25T18:46:32.647Z","etag":null,"topics":["cplusplus","cplusplus-17","http-client"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Dax89.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-16T20:45:58.000Z","updated_at":"2025-02-22T20:05:12.000Z","dependencies_parsed_at":"2023-12-23T12:23:21.385Z","dependency_job_id":"12895b6a-ee4d-46ad-944e-a571e0ebf69e","html_url":"https://github.com/Dax89/CRequests","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Dax89/CRequests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dax89%2FCRequests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dax89%2FCRequests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dax89%2FCRequests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dax89%2FCRequests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dax89","download_url":"https://codeload.github.com/Dax89/CRequests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dax89%2FCRequests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281003915,"owners_count":26428018,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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":["cplusplus","cplusplus-17","http-client"],"created_at":"2025-03-02T16:19:23.873Z","updated_at":"2025-10-25T18:46:33.884Z","avatar_url":"https://github.com/Dax89.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRequests\n\nCRequests is a simple synchronous CURL based HTTP Client, this library is inspired by the famous Python [requests](https://docs.python-requests.org/en/latest/) module.\n\n# Usage\n```cpp\n#include \u003ciostream\u003e\n#include \u003ccrequests/crequests.h\u003e\n\nint main() {\n    auto response = CRequests::post(\"https://example.com/todo\", {\n                                      {\"field1\", \"value\"},\n                                      {\"field2\", 42}\n                                    });\n                                    \n   if(response.statusCode() == 200)\n     std::cout \u003c\u003c \"OK, response is: \" \u003c\u003c response.text() \u003c\u003c std::endl;\n   else\n     std::cout \u003c\u003c \"ERROR, status code: \" \u003c\u003c response.statusCode() \u003c\u003c std::endl;\n     \n   return 0;\n}\n```\n\n### Requirements \u0026 Support\n* A C++17 capable compiler\n* Tested on Windows 10 and Linux\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdax89%2Fcrequests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdax89%2Fcrequests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdax89%2Fcrequests/lists"}