{"id":23738273,"url":"https://github.com/eason0729/simple-reverse-proxy","last_synced_at":"2026-03-01T19:30:25.062Z","repository":{"id":50639236,"uuid":"519546241","full_name":"Eason0729/simple-reverse-proxy","owner":"Eason0729","description":"A simple http reverse proxy as a learning project","archived":false,"fork":false,"pushed_at":"2022-10-06T14:38:01.000Z","size":2428,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T08:53:26.334Z","etag":null,"topics":["http","proxy","reverse-proxy","rust","websocket"],"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/Eason0729.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}},"created_at":"2022-07-30T15:01:31.000Z","updated_at":"2022-08-28T09:20:48.000Z","dependencies_parsed_at":"2023-01-19T12:32:22.259Z","dependency_job_id":null,"html_url":"https://github.com/Eason0729/simple-reverse-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eason0729%2Fsimple-reverse-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eason0729%2Fsimple-reverse-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eason0729%2Fsimple-reverse-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eason0729%2Fsimple-reverse-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eason0729","download_url":"https://codeload.github.com/Eason0729/simple-reverse-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239879307,"owners_count":19712176,"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":["http","proxy","reverse-proxy","rust","websocket"],"created_at":"2024-12-31T08:53:32.011Z","updated_at":"2026-03-01T19:30:22.448Z","avatar_url":"https://github.com/Eason0729.png","language":"Rust","readme":"# A simple reverse proxy\n\n**This is not a production project**\n\n**This is a project for me to learn**\n\n## Get Started\n\n1. Download the project and compile\n\n```shell\ngit clone ...\n```\n\n2. Edit ``config.yml``\n\n```yml\nserver:\n  addr: \"0.0.0.0:8081\"\n  thread: 4\nhosts:\n  a.example.com:\n    header-rewrite: true # experimental\n    routing:\n      - 127.0.0.1:8000\n      - www.example.com:8081\n  www.example.com:\n    routing:\n      - 127.0.0.1:8000\n```\nRemove comments in yml file before execute the program\n\n3. Ready to run\n\n## Limitation\n\n- Header size should be smaller than 8KiB\n- Timeout depends on the upstream server\n\nLimitation can be changed by editing constant in the source code.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feason0729%2Fsimple-reverse-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feason0729%2Fsimple-reverse-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feason0729%2Fsimple-reverse-proxy/lists"}