{"id":13296848,"url":"https://github.com/ferhatgec/curl4cpp","last_synced_at":"2025-04-14T18:31:34.037Z","repository":{"id":110265644,"uuid":"391431114","full_name":"ferhatgec/curl4cpp","owner":"ferhatgec","description":"Single header cURL wrapper for C++ around libcURL ","archived":false,"fork":false,"pushed_at":"2022-06-12T23:21:57.000Z","size":56,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T07:01:39.363Z","etag":null,"topics":["cpp","curl","curl-library","curl4cpp","get","header","single-header"],"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/ferhatgec.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}},"created_at":"2021-07-31T18:10:09.000Z","updated_at":"2024-06-08T00:11:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"0daf72f3-ca47-44ce-b4da-3dc4599dff73","html_url":"https://github.com/ferhatgec/curl4cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Fcurl4cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Fcurl4cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Fcurl4cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Fcurl4cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferhatgec","download_url":"https://codeload.github.com/ferhatgec/curl4cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248936672,"owners_count":21186079,"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":["cpp","curl","curl-library","curl4cpp","get","header","single-header"],"created_at":"2024-07-29T17:21:08.489Z","updated_at":"2025-04-14T18:31:33.757Z","avatar_url":"https://github.com/ferhatgec.png","language":"C++","readme":"# curl4cpp\n## single header cURL wrapper for C++ around libcURL.\n\n### An example: \n```cpp\n#include \u003ciostream\u003e\n#include \u003cstring\u003e\n#include \"curl4.hpp\"\n\nint main() {\n    curl4::CURL4 init = curl4::easy::init();\n\n    {\n        std::string val;\n\n        init.setopt(CURLOPT_URL, \"https://raw.githubusercontent.com/ferhatgec/bufsize/master/example.cpp\");\n        init.setopt(CURLOPT_WRITEFUNCTION, curl4::easy::writefunc);\n        init.setopt(CURLOPT_WRITEDATA, \u0026val);\n        \n        CURLcode res = curl4::easy::perform(init);\n\n        std::cout \u003c\u003c val \u003c\u003c '\\n';\n    }\n\n    return 0;\n}\n```\n\n### curl4cpp licensed under the terms of MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferhatgec%2Fcurl4cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferhatgec%2Fcurl4cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferhatgec%2Fcurl4cpp/lists"}