{"id":28397424,"url":"https://github.com/phlowdotdev/phlow-mirror-request","last_synced_at":"2026-02-11T00:01:45.698Z","repository":{"id":289480588,"uuid":"971400442","full_name":"phlowdotdev/phlow-mirror-request","owner":"phlowdotdev","description":"Mirror request to Phlow.","archived":false,"fork":false,"pushed_at":"2025-10-24T17:39:27.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T19:25:44.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/phlowdotdev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-23T13:17:06.000Z","updated_at":"2025-10-24T17:39:31.000Z","dependencies_parsed_at":"2025-10-24T19:14:10.083Z","dependency_job_id":"3cee89f4-29d4-4763-9dd8-f4660512bb0d","html_url":"https://github.com/phlowdotdev/phlow-mirror-request","commit_stats":null,"previous_names":["lowcarboncode/phlow-mirror-request","phlowdotdev/phlow-mirror-request"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phlowdotdev/phlow-mirror-request","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlowdotdev%2Fphlow-mirror-request","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlowdotdev%2Fphlow-mirror-request/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlowdotdev%2Fphlow-mirror-request/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlowdotdev%2Fphlow-mirror-request/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phlowdotdev","download_url":"https://codeload.github.com/phlowdotdev/phlow-mirror-request/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlowdotdev%2Fphlow-mirror-request/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29322733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-01T01:10:30.256Z","updated_at":"2026-02-11T00:01:45.617Z","avatar_url":"https://github.com/phlowdotdev.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phlow Mirror Request\n\n\u003e Easily mirror any incoming HTTP request using [Phlow](https://phlow.dev/).\n\n**Phlow Mirror Request** is a simple flow designed to capture and return all the details of an incoming HTTP request, including headers, body, path, method, client IP, and more, as a structured JSON response.\n\nThis repository serves as an example of how to use [Phlow](https://phlow.dev/) to create and execute flows.\n\nThis flow is particularly useful for:\n- Testing and debugging webhooks\n- Inspecting HTTP request contents\n- Simulating echo servers\n- Analyzing requests from third-party applications or services\n\n## How to Use\n\nTo execute the flow from a remote package, run:\n\n```bash\nphlow https://github.com/phlowdotdev/phlow-mirror-request/archive/refs/heads/main.zip\n```\n\nAlternatively, if you have the flow locally, you can execute it directly using:\n\n```bash\nphlow .\n```\n\nThis will start a local HTTP server that mirrors any received requests.\n\n## Example Response\n\nA request like:\n\n```bash\nGET http://localhost:3000/\nAuthorization: 123456\nUser-Agent: PostmanRuntime/7.43.3\n```\n\nWill respond with:\n\n```json\n{\n  \"body\": \"\",\n  \"headers\": {\n    \"cache-control\": \"no-cache\",\n    \"host\": \"localhost:3000\",\n    \"authorization\": \"123456\",\n    \"user-agent\": \"PostmanRuntime/7.43.3\",\n    \"connection\": \"keep-alive\",\n    \"accept-encoding\": \"gzip, deflate, br\",\n    \"accept\": \"*/*\",\n    \"postman-token\": \"...\"\n  },\n  \"uri\": \"/\",\n  \"query_params\": {},\n  \"body_size\": 0,\n  \"path\": \"/\",\n  \"method\": \"GET\",\n  \"query_string\": \"\",\n  \"client_ip\": \"127.0.0.1:38454\"\n}\n```\n\n## About Phlow\n\n**[Phlow](https://phlow.dev/)** is a lightweight, modular, and fast runtime engine for executing flows written in YAML or custom scripting (`phs`), designed with simplicity, modularity, and high performance in mind.\n\n### Get Started with Phlow Today!\n\nReady to simplify your workflows and debug HTTP requests effortlessly? Download and start using **Phlow** now by visiting [Phlow.dev](https://phlow.dev/) and explore its powerful capabilities.\n\nHappy flowing!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphlowdotdev%2Fphlow-mirror-request","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphlowdotdev%2Fphlow-mirror-request","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphlowdotdev%2Fphlow-mirror-request/lists"}