{"id":15099197,"url":"https://github.com/janwolzenburg/httpsrequests","last_synced_at":"2026-02-18T20:02:36.298Z","repository":{"id":214952522,"uuid":"611340159","full_name":"janwolzenburg/httpsRequests","owner":"janwolzenburg","description":"This library is for simple HTTP or HTTPS requests.","archived":false,"fork":false,"pushed_at":"2024-04-24T20:33:56.000Z","size":11030,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T19:46:16.891Z","etag":null,"topics":["api","curl","http","https","libcurl","request"],"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/janwolzenburg.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-03-08T16:13:57.000Z","updated_at":"2024-04-24T20:33:59.000Z","dependencies_parsed_at":"2024-01-01T13:26:00.121Z","dependency_job_id":"1e2476dd-9eec-4799-ad89-fb519141ac77","html_url":"https://github.com/janwolzenburg/httpsRequests","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"be6b56a375b6e71cefb4bc9045ab71a49ee65ec7"},"previous_names":["janwolzenburg/httpsrequests"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janwolzenburg%2FhttpsRequests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janwolzenburg%2FhttpsRequests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janwolzenburg%2FhttpsRequests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janwolzenburg%2FhttpsRequests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janwolzenburg","download_url":"https://codeload.github.com/janwolzenburg/httpsRequests/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245878929,"owners_count":20687297,"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":["api","curl","http","https","libcurl","request"],"created_at":"2024-09-25T17:07:33.258Z","updated_at":"2025-10-17T02:17:51.976Z","avatar_url":"https://github.com/janwolzenburg.png","language":"C++","readme":"# httpsRequest\r\nSimple library for HTTP/HTTPS requests with GET or POST method based on libcurl.\r\n\r\n\r\n# Prerequisits\r\n## CURL\r\nTo use this library you need the curl library. You can build it yourself or \u003ca href = 'https://curl.se/download.html'\u003edownload\u003c/a\u003e a package.\r\nYou will need to modify the CURL_DIR variable in the CMakeLists.txt. Its value must be the path to the downloaded or build curl package.\r\n\r\n# Usage\r\nConstruct a httpsRequest object. Its parameters a the URL, the header, data and SSL type.\r\n## URL\r\nThe URL will not get processed in any way by the library. Only the GET data will be appended.\r\n## Header\r\nThe custom header is given by a vector of strings (\"key: value\").\r\n## Data\r\nData is either a string which will perform a POST request with the given string as data. When a vector of 2-element string array is given a GET request is performed. Each element of the vector will be appended to the URL.\r\n## SSL Type\r\nType of SSL. Available types are NONE, VERIFY_PEER, VERIFY_HOST and VERIFY_PEER_HOST. SSL is not tested!\r\n\r\n# Examples\r\nThere are two examples available. One with a simple request. And another one which requests JSON content with JSON content.\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanwolzenburg%2Fhttpsrequests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanwolzenburg%2Fhttpsrequests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanwolzenburg%2Fhttpsrequests/lists"}