{"id":18440251,"url":"https://github.com/drowzy/http_co","last_synced_at":"2025-04-14T15:26:50.083Z","repository":{"id":68391875,"uuid":"349541835","full_name":"drowzy/http_co","owner":"drowzy","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-24T12:15:15.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T11:14:08.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/drowzy.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":"2021-03-19T20:01:00.000Z","updated_at":"2021-06-24T12:15:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8553fd6-c533-4030-9956-c2687ee97cfe","html_url":"https://github.com/drowzy/http_co","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/drowzy%2Fhttp_co","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drowzy%2Fhttp_co/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drowzy%2Fhttp_co/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drowzy%2Fhttp_co/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drowzy","download_url":"https://codeload.github.com/drowzy/http_co/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248905532,"owners_count":21181009,"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-06T06:29:12.652Z","updated_at":"2025-04-14T15:26:50.057Z","avatar_url":"https://github.com/drowzy.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTPCo\n\n---\n\n![CI](https://github.com/drowzy/http_co/actions/workflows/ci.yml/badge.svg)\n\nA composable HTTP client library for Elixir\n\n```elixir\n\"http://httpbin.org\"\n|\u003e HTTPCo.get()\n|\u003e HTTPCo.Request.set_header({\"Accept\", \"application/json\"})\n|\u003e HTTPCo.Request.query_param({\"key\", \"value\"})\n|\u003e HTTPCo.run()\n|\u003e HTTPCo.Response.map_ok(\u0026:erlang.iolist_to_binary/1)\n|\u003e HTTPCo.Response.map_ok(\u0026Jason.decode/1)\n|\u003e HTTPCo.Response.map_err(\u0026Error.handler/1)\n|\u003e HTTPCo.Response.into_response()\n```\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `http_co` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:http_co, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/http_co](https://hexdocs.pm/http_co).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrowzy%2Fhttp_co","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrowzy%2Fhttp_co","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrowzy%2Fhttp_co/lists"}