{"id":20432242,"url":"https://github.com/agilord/http_request_proxy","last_synced_at":"2025-04-12T20:52:30.161Z","repository":{"id":56832636,"uuid":"72958002","full_name":"agilord/http_request_proxy","owner":"agilord","description":"Proxy HTTP requests to other server (typically from Dart backend to pub serve during development).","archived":false,"fork":false,"pushed_at":"2016-11-12T15:28:08.000Z","size":3,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T20:52:24.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agilord.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}},"created_at":"2016-11-05T22:58:27.000Z","updated_at":"2023-03-07T15:33:00.000Z","dependencies_parsed_at":"2022-09-08T05:11:15.679Z","dependency_job_id":null,"html_url":"https://github.com/agilord/http_request_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/agilord%2Fhttp_request_proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilord%2Fhttp_request_proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilord%2Fhttp_request_proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilord%2Fhttp_request_proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agilord","download_url":"https://codeload.github.com/agilord/http_request_proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631728,"owners_count":21136560,"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":[],"created_at":"2024-11-15T08:14:21.983Z","updated_at":"2025-04-12T20:52:30.138Z","avatar_url":"https://github.com/agilord.png","language":"Dart","readme":"# HTTP request proxy\n\nProxy HTTP requests to other server\n(typically from Dart backend to pub serve during development).\n\n## Usage\n\nA simple usage example:\n\n    import 'dart:io';\n    import 'package:http_request_proxy/http_request_proxy.dart';\n\n    main() {\n      var proxy = new HttpRequestProxy('localhost', 8000);\n      HttpServer server = await HttpServer.bind(InternetAddress.ANY_IP_V4, 3333);\n      server.listen((request) {\n        if (request.uri.path.startsWith('/api/')) {\n          // handle API call\n        } else {\n          // proxy to local pub serve\n          proxy.proxyHttpRequest(request);\n        }\n      });\n    }\n\n## Links\n\n- [source code][source]\n- contributors: [Agilord][agilord]\n\n[source]: https://github.com/agilord/http_request_proxy\n[agilord]: https://www.agilord.com/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilord%2Fhttp_request_proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagilord%2Fhttp_request_proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilord%2Fhttp_request_proxy/lists"}