{"id":21748200,"url":"https://github.com/voronchuk/utils_http","last_synced_at":"2025-09-10T04:07:49.293Z","repository":{"id":62430680,"uuid":"275153368","full_name":"Voronchuk/utils_http","owner":"Voronchuk","description":"Utilities to work with HTTP in Elixir","archived":false,"fork":false,"pushed_at":"2020-07-09T10:45:04.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T05:42:35.461Z","etag":null,"topics":["elixir","http","utilities"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/Voronchuk.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}},"created_at":"2020-06-26T12:41:54.000Z","updated_at":"2020-07-09T10:45:06.000Z","dependencies_parsed_at":"2022-11-01T20:21:59.882Z","dependency_job_id":null,"html_url":"https://github.com/Voronchuk/utils_http","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Voronchuk/utils_http","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronchuk%2Futils_http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronchuk%2Futils_http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronchuk%2Futils_http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronchuk%2Futils_http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Voronchuk","download_url":"https://codeload.github.com/Voronchuk/utils_http/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voronchuk%2Futils_http/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274411195,"owners_count":25280082,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["elixir","http","utilities"],"created_at":"2024-11-26T08:12:27.513Z","updated_at":"2025-09-10T04:07:49.264Z","avatar_url":"https://github.com/Voronchuk.png","language":"Elixir","readme":"# utils_http\nUtilities to work with HTTP in Elixir\n\nCurrently it's work in progress for internal usage, missing tests, use at your own risk.\n\nYou could implement your own http client for `@behaviour HttpClient`\nor use default `UtilsHttp.Client.HTTPoison` implementation\n\n\n## Example of usage with default HTTPoison implementation\n```elixir\ndefmodule ExampleLib.HttpClient do\n  @moduledoc \"\"\"\n  Utility wrapper for making HTTP requests.\n\n  Delegates to the configured HTTP client module.\n  \"\"\"\n  use UtilsHttp.Behaviour.HttpClient, http_client: UtilsHttp.Client.HTTPoison\nend\n```\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `utils_http` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:utils_http, \"~\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/utils_http](https://hexdocs.pm/utils_http).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoronchuk%2Futils_http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoronchuk%2Futils_http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoronchuk%2Futils_http/lists"}