{"id":22097852,"url":"https://github.com/4thel00z/replayd","last_synced_at":"2026-06-28T05:32:09.593Z","repository":{"id":143783257,"uuid":"288851867","full_name":"4thel00z/replayd","owner":"4thel00z","description":"Replay http traffic via go and stand alone via a proxy","archived":false,"fork":false,"pushed_at":"2020-08-31T09:30:07.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-21T12:54:14.256Z","etag":null,"topics":["curl","go","http","replay"],"latest_commit_sha":null,"homepage":"","language":"Go","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/4thel00z.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,"zenodo":null}},"created_at":"2020-08-19T22:36:56.000Z","updated_at":"2020-08-31T09:30:10.000Z","dependencies_parsed_at":"2023-06-08T12:45:32.702Z","dependency_job_id":null,"html_url":"https://github.com/4thel00z/replayd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/4thel00z/replayd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Freplayd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Freplayd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Freplayd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Freplayd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4thel00z","download_url":"https://codeload.github.com/4thel00z/replayd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4thel00z%2Freplayd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34878963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"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":["curl","go","http","replay"],"created_at":"2024-12-01T04:17:04.288Z","updated_at":"2026-06-28T05:32:09.588Z","avatar_url":"https://github.com/4thel00z.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# replayd\n\n## What is this ?\n\nThis is the place where replayd lives.\n\nIt is a go library and binary that can be used to intercept HTTP traffic and replay your request.\n\n## Motivation\n\nFor some complex `curl` / `httpie` / `\u003cinsert fancy hipsterish http client\u003e` invocations it makes sense to save them to a file that you can replay if you want to.\n\n\n## How to use replayd\n\nThis is how to persist your requests and have them saved - under the path specified in your .replaydrc.json under the key ``path``:\n```\n$ replayd -port 1337 \u0026\n$ curl --proxy http://locahost:1337 http://google.de\n\"written 352 bytes to: build/c180e365-f1b8-4efd-692b-7c807b2a154c\"\n```\n\n## How to use replay\n\nAfter the serialization you can replay the serialized request like this:\n\n```\n➜  replayd git:(master) ✗ cat build/c180e365-f1b8-4efd-692b-7c807b2a154c | build/replay\n{HTTP/1.1 http://ransomware.host/ GET map[Accept:[*/*] Proxy-Connection:[Keep-Alive] User-Agent:[curl/7.58.0]] [] map[]}\n```\n\nThis way you can retrieve the underlying request:\n```\n➜  replayd git:(master) ✗ cat build/c180e365-f1b8-4efd-692b-7c807b2a154c| build/replay -dry\n{\"http_version\":\"HTTP/1.1\",\"url\":\"http://ransomware.host/\",\"method\":\"GET\",\"headers\":{\"Accept\":[\"*/*\"],\"Proxy-Connection\":[\"Keep-Alive\"],\"User-Agent\":[\"curl/7.58.0\"]},\"body\":null,\"form\":{}}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4thel00z%2Freplayd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4thel00z%2Freplayd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4thel00z%2Freplayd/lists"}