{"id":13598489,"url":"https://github.com/valohai/asgiproxy","last_synced_at":"2025-08-02T08:44:55.008Z","repository":{"id":45364633,"uuid":"227810123","full_name":"valohai/asgiproxy","owner":"valohai","description":"Tools for building HTTP and Websocket proxies for the asynchronous ASGI protocol","archived":false,"fork":false,"pushed_at":"2025-04-24T18:39:53.000Z","size":36,"stargazers_count":32,"open_issues_count":3,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-13T23:03:12.633Z","etag":null,"topics":["asgi","http","proxy","python","websocket"],"latest_commit_sha":null,"homepage":"","language":"Python","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/valohai.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":"2019-12-13T10:04:16.000Z","updated_at":"2025-02-07T10:16:26.000Z","dependencies_parsed_at":"2024-11-06T23:34:31.117Z","dependency_job_id":"35c3830f-9756-44ee-8689-16f01a91eb96","html_url":"https://github.com/valohai/asgiproxy","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":0.1578947368421053,"last_synced_commit":"c25dccd0c8d82f2ec05682177db6dee071852f17"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/valohai/asgiproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fasgiproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fasgiproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fasgiproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fasgiproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valohai","download_url":"https://codeload.github.com/valohai/asgiproxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valohai%2Fasgiproxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268356088,"owners_count":24237380,"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-02T02:00:12.353Z","response_time":74,"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":["asgi","http","proxy","python","websocket"],"created_at":"2024-08-01T17:00:53.063Z","updated_at":"2025-08-02T08:44:54.974Z","avatar_url":"https://github.com/valohai.png","language":"Python","funding_links":[],"categories":["Proxies"],"sub_categories":[],"readme":"asgiproxy\n=========\n\nTools for building HTTP and Websocket proxies for the asynchronous ASGI protocol.\n\n## Usage\n\n### Command line usage\n\n`asgiproxy` includes a small command-line tool that transparently (aside from rewriting the \"Host\" header)\nproxies all HTTP and WebSocket requests to another endpoint.\n\nIt may be useful on its own, and also serves as a reference on how to use the library.\n\nWhile the library itself does not require Uvicorn, the CLI tool does.\n\n```bash\n$ python -m asgiproxy http://example.com/\n```\n\nstarts a HTTP server on http://0.0.0.0:40404/ which should show you the example.com content.\n\n### API usage\n\nDocumentation forthcoming. For the time being, see `asgiproxy/__main__.py`.\n\n### Running tests\n\nTests are run with Py.test.\n\n```bash\npy.test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalohai%2Fasgiproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalohai%2Fasgiproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalohai%2Fasgiproxy/lists"}