{"id":15056297,"url":"https://github.com/violetbuse/httpp","last_synced_at":"2025-07-26T13:37:58.748Z","repository":{"id":243121409,"uuid":"811067988","full_name":"violetbuse/httpp","owner":"violetbuse","description":"A gleam http client with support for server-sent events and long-running requests, based on hackney","archived":false,"fork":false,"pushed_at":"2024-06-18T12:12:00.000Z","size":39,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T04:07:14.216Z","etag":null,"topics":["erlang","gleam","gleam-community"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/httpp","language":"Gleam","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/violetbuse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-06-05T21:56:03.000Z","updated_at":"2025-03-09T11:35:25.000Z","dependencies_parsed_at":"2024-06-18T14:29:21.850Z","dependency_job_id":null,"html_url":"https://github.com/violetbuse/httpp","commit_stats":null,"previous_names":["julianbuse/httpp","violetbuse/httpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violetbuse%2Fhttpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violetbuse%2Fhttpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violetbuse%2Fhttpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violetbuse%2Fhttpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/violetbuse","download_url":"https://codeload.github.com/violetbuse/httpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154984,"owners_count":21056543,"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":["erlang","gleam","gleam-community"],"created_at":"2024-09-24T21:49:47.722Z","updated_at":"2025-04-10T04:07:18.960Z","avatar_url":"https://github.com/violetbuse.png","language":"Gleam","funding_links":[],"categories":[],"sub_categories":[],"readme":"# httpp\n\n[![Package Version](https://img.shields.io/hexpm/v/httpp)](https://hex.pm/packages/httpp)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/httpp/)\n\n```sh\ngleam add httpp\n```\n```gleam\nimport httpp/async\nimport gleam/http/request\nimport gleam/uri\nimport gleam/bytes_builder\nimport gleam/erlang/process\n\npub fn main() {\n  let response_subject = uri.parse(\"https://example.com\")\n  |\u003e request.from_uri\n  |\u003e request.map(bytes_builder.from_string)\n  |\u003e async.send\n\n  // asynchronously send an http request and receive it later\n  process.receive(response_subject, 2000)\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/httpp\u003e.\n\n## Development\n\n```sh\ngleam run   # Run the project\ngleam test  # Run the tests\ngleam shell # Run an Erlang shell\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvioletbuse%2Fhttpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvioletbuse%2Fhttpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvioletbuse%2Fhttpp/lists"}