{"id":25298805,"url":"https://github.com/ishikawa/plug_hackney_trace","last_synced_at":"2025-10-10T03:09:17.953Z","repository":{"id":57534641,"uuid":"161922314","full_name":"ishikawa/plug_hackney_trace","owner":"ishikawa","description":"A plug to enable hackney_trace","archived":false,"fork":false,"pushed_at":"2018-12-17T11:01:42.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-18T21:50:05.833Z","etag":null,"topics":["elixir","elixir-plug"],"latest_commit_sha":null,"homepage":null,"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/ishikawa.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":"2018-12-15T16:18:13.000Z","updated_at":"2023-03-05T02:32:46.000Z","dependencies_parsed_at":"2022-09-26T18:21:39.863Z","dependency_job_id":null,"html_url":"https://github.com/ishikawa/plug_hackney_trace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ishikawa/plug_hackney_trace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishikawa%2Fplug_hackney_trace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishikawa%2Fplug_hackney_trace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishikawa%2Fplug_hackney_trace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishikawa%2Fplug_hackney_trace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishikawa","download_url":"https://codeload.github.com/ishikawa/plug_hackney_trace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishikawa%2Fplug_hackney_trace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002550,"owners_count":26083417,"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-10-10T02:00:06.843Z","response_time":62,"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","elixir-plug"],"created_at":"2025-02-13T04:51:44.207Z","updated_at":"2025-10-10T03:09:17.927Z","avatar_url":"https://github.com/ishikawa.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlugHackneyTrace\n\nA plug to enable `hackney_trace` in [hackney](https://github.com/benoitc/hackney).\n\nWith this plug, you can easily enable `hackney_trace` for your desired controller or the specific action. Furthermore, this plug automatically handles the output of `hackney_trace` and convert it into Elixir `String`. You can log it or handle by your own function.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `plug_hackney_trace` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:plug_hackney_trace, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nTo use it, just plug it into the desired module.\n\n```elixir\nplug PlugHackneyTrace, trace: :min\n```\n\nIn a Phoenix powered project, you can plug it into a specific action.\n\n```elixir\nplug PlugHackneyTrace when action in [:show]\n```\n\n## License\n\nSee [LICENSE](https://github.com/ishikawa/plug_hackney_trace/blob/master/LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishikawa%2Fplug_hackney_trace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishikawa%2Fplug_hackney_trace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishikawa%2Fplug_hackney_trace/lists"}