{"id":30527777,"url":"https://github.com/joshcap20/rhoxy","last_synced_at":"2025-08-27T03:37:33.279Z","repository":{"id":310784806,"uuid":"1041195087","full_name":"JoshCap20/rhoxy","owner":"JoshCap20","description":"Simple HTTP/HTTPS proxy in rust","archived":false,"fork":false,"pushed_at":"2025-08-20T07:53:57.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-20T08:36:40.848Z","etag":null,"topics":["http-proxy","https-proxy","proxy","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/JoshCap20.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":"2025-08-20T06:02:10.000Z","updated_at":"2025-08-20T07:54:01.000Z","dependencies_parsed_at":"2025-08-20T08:36:42.953Z","dependency_job_id":"0474de93-8d40-4c1e-a92a-6af9f754eca9","html_url":"https://github.com/JoshCap20/rhoxy","commit_stats":null,"previous_names":["joshcap20/rhoxy"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/JoshCap20/rhoxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshCap20%2Frhoxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshCap20%2Frhoxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshCap20%2Frhoxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshCap20%2Frhoxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoshCap20","download_url":"https://codeload.github.com/JoshCap20/rhoxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshCap20%2Frhoxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272285941,"owners_count":24907202,"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-08-27T02:00:09.397Z","response_time":76,"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":["http-proxy","https-proxy","proxy","rust"],"created_at":"2025-08-27T03:37:31.579Z","updated_at":"2025-08-27T03:37:33.272Z","avatar_url":"https://github.com/JoshCap20.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rhoxy - Rust HTTP/HTTPS Proxy\n[![Tests](https://github.com/JoshCap20/rhoxy/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/JoshCap20/rhoxy/actions/workflows/test.yml)\n[![Publish](https://github.com/JoshCap20/rhoxy/actions/workflows/deploy.yml/badge.svg)](https://github.com/JoshCap20/rhoxy/actions/workflows/deploy.yml)\n\nAn async HTTP/HTTPS proxy in Rust\n\n## Running\n\nArguments:\n\n```\n#[arg(long, default_value = \"127.0.0.1\", help = \"Host to listen on\")]\nhost: String,\n\n#[arg(short, long, default_value = \"8080\", help = \"Port to listen on\")]\nport: u16, // allows values 0...65535\n\n#[arg(long, help = \"Enable debug logging\")]\nverbose: bool,\n```\n## Install\n\n```bash\ncargo install rhoxy\n```\n**Running the above command will globally install the rhoxy binary.**\n\n### Install as library\n\nRun the following Cargo command in your project directory:\n\n```bash\ncargo add rhoxy\n```\n\nOr add the following line to your Cargo.toml:\n\n```\nrhoxy = \"0.2.6\"\n```\n\n### Source Install\n\n### Development\n\n```bash\n# listen on port 8081 on host 127.0.0.1 with debug logging\ncargo run -- --port 8081 --verbose\n```\n\n### Build\n\n```bash\ncargo build --release\ncargo install --path .\nrhoxy --port 8080\n```\n\n### TODO\n- Authentication\n- Access logging\n- Rate limiting","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshcap20%2Frhoxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshcap20%2Frhoxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshcap20%2Frhoxy/lists"}