{"id":19011467,"url":"https://github.com/perrywerneck/libudjathttp","last_synced_at":"2025-11-11T13:30:59.009Z","repository":{"id":42813018,"uuid":"440703075","full_name":"PerryWerneck/libudjathttp","owner":"PerryWerneck","description":"HTTP Client library and protocol handler for UDJAT.","archived":false,"fork":false,"pushed_at":"2025-02-04T21:18:41.000Z","size":384,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T22:23:40.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PerryWerneck.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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-12-22T01:56:08.000Z","updated_at":"2025-01-28T02:55:29.000Z","dependencies_parsed_at":"2024-04-17T23:44:17.675Z","dependency_job_id":"7f2307f1-9abd-42e4-990a-2033d76dc82c","html_url":"https://github.com/PerryWerneck/libudjathttp","commit_stats":{"total_commits":164,"total_committers":1,"mean_commits":164.0,"dds":0.0,"last_synced_commit":"80d960c5cd57b9a184ea9be6c3b87a189fe34cd2"},"previous_names":["perrywerneck/libudjathttp"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Flibudjathttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Flibudjathttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Flibudjathttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerryWerneck%2Flibudjathttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerryWerneck","download_url":"https://codeload.github.com/PerryWerneck/libudjathttp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240042817,"owners_count":19738956,"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":[],"created_at":"2024-11-08T19:14:25.614Z","updated_at":"2025-11-11T13:30:58.996Z","avatar_url":"https://github.com/PerryWerneck.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTP Client library for UDJAT.\n\nWindows/Linux http client library module for libudjat based applications.\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![build result](https://build.opensuse.org/projects/home:PerryWerneck:udjat/packages/libudjathttp/badge.svg?type=percent)](https://build.opensuse.org/package/show/home:PerryWerneck:udjat/libudjathttp)\n\n## Installation\n\n\n# Sample use\n\n## As a library\n\n### Authenticated get\n\n```C++\ncout    \u003c\u003c\n\tHTTP::Client(\"http://localhost/sample\")\n\t\t.setCredentials(\"userid\",\"passwd\")\n\t\t.get()\n\u003c\u003c endl;\n```\n\n### Post with variable parsing\n\nThis post expands ${} values with network info extracted from the active connection.\n\n```C++\nHTTP::Client(\"http://localhost\").post(\n\t\"ipaddr='${ipaddr}'\\n\"\n\t\"hostip='${hostip}'\\n\"\n\t\"nic='${network-interface}'\\n\"\n\t\"macaddress='${macaddress}'\"\n);\n```\n\n### Save to file\n\n```C++\nHTTP::Client(\"http://localhost\").save(\"test.html\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperrywerneck%2Flibudjathttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperrywerneck%2Flibudjathttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperrywerneck%2Flibudjathttp/lists"}