{"id":22779598,"url":"https://github.com/isayme/go-httpproxy","last_synced_at":"2025-03-30T14:14:50.572Z","repository":{"id":65194810,"uuid":"305408411","full_name":"isayme/go-httpproxy","owner":"isayme","description":"A http\u0026https proxy in Golang","archived":false,"fork":false,"pushed_at":"2024-05-27T14:07:28.000Z","size":438,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T10:02:27.072Z","etag":null,"topics":["httpproxy","httpsproxy"],"latest_commit_sha":null,"homepage":"","language":"Go","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/isayme.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}},"created_at":"2020-10-19T14:18:03.000Z","updated_at":"2024-12-04T12:52:02.000Z","dependencies_parsed_at":"2024-05-22T15:45:54.273Z","dependency_job_id":"5161324d-2117-407b-bd7e-d24fcc329e88","html_url":"https://github.com/isayme/go-httpproxy","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayme%2Fgo-httpproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayme%2Fgo-httpproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayme%2Fgo-httpproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayme%2Fgo-httpproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isayme","download_url":"https://codeload.github.com/isayme/go-httpproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246326783,"owners_count":20759439,"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","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":["httpproxy","httpsproxy"],"created_at":"2024-12-11T20:09:18.765Z","updated_at":"2025-03-30T14:14:50.566Z","avatar_url":"https://github.com/isayme.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# httpproxy\n\n[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/isayme/httpproxy?sort=semver\u0026style=flat-square)](https://hub.docker.com/r/isayme/httpproxy)\n![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/isayme/httpproxy?sort=semver\u0026style=flat-square)\n![Docker Pulls](https://img.shields.io/docker/pulls/isayme/httpproxy?style=flat-square)\n\nA simple http \u0026 https proxy server.\n\n# Useage\n\n## Docker\n\n```\ndocker run --rm -p 1087:1087 isayme/httpproxy\n```\n\n## Docker Compose\n\n```\nversion: \"3\"\n\nservices:\n  httpproxy:\n    container_name: httpproxy\n    image: isayme/httpproxy:latest\n    ports:\n      - \"1087:1087\"\n    # run as http proxy, port 1087\n    command: /app/httpproxy -p 1087\n\n    # run as http proxy, port 1087, request remote with another socks5 proxy\n    # command: httpproxy --proxy socks5://your-host:your-port -p 1087\n\n    # run as http proxy, port 1087, request remote with another http proxy\n    # command: httpproxy --proxy http://your-host:your-port -p 1087\n\n    # run as http proxy, port 1087, request remote with another https proxy\n    # command: httpproxy --proxy https://your-host:your-port -p 1087\n```\n\n# Refers\n\n- [HTTP 代理原理及实现（一）](https://imququ.com/post/web-proxy.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisayme%2Fgo-httpproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisayme%2Fgo-httpproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisayme%2Fgo-httpproxy/lists"}