{"id":17921388,"url":"https://github.com/m-messiah/uwget","last_synced_at":"2026-03-04T14:02:08.462Z","repository":{"id":147842494,"uuid":"75930516","full_name":"m-messiah/uwget","owner":"m-messiah","description":"UWSGI GET client ","archived":false,"fork":false,"pushed_at":"2022-02-03T11:31:25.000Z","size":10,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T20:03:56.726Z","etag":null,"topics":["client","curl","uwsgi"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/m-messiah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["m-messiah"],"patreon":"m_messiah","custom":"https://money.yandex.ru/to/41001707491087"}},"created_at":"2016-12-08T11:10:59.000Z","updated_at":"2024-07-05T07:49:13.000Z","dependencies_parsed_at":"2023-05-27T16:30:09.233Z","dependency_job_id":null,"html_url":"https://github.com/m-messiah/uwget","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/m-messiah/uwget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-messiah%2Fuwget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-messiah%2Fuwget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-messiah%2Fuwget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-messiah%2Fuwget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-messiah","download_url":"https://codeload.github.com/m-messiah/uwget/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-messiah%2Fuwget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30083004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["client","curl","uwsgi"],"created_at":"2024-10-28T20:33:35.892Z","updated_at":"2026-03-04T14:02:08.441Z","avatar_url":"https://github.com/m-messiah.png","language":"Go","funding_links":["https://github.com/sponsors/m-messiah","https://patreon.com/m_messiah","https://money.yandex.ru/to/41001707491087"],"categories":[],"sub_categories":[],"readme":"# uwget\n\n[![GitHub release](https://img.shields.io/github/release/m-messiah/uwget.svg?style=flat-square)](https://github.com/m-messiah/uwget/releases)\n[![Travis](https://img.shields.io/travis/m-messiah/uwget.svg?style=flat-square)](https://travis-ci.org/m-messiah/uwget)\n[![Maintainability](https://api.codeclimate.com/v1/badges/d16037198a593681f7b0/maintainability)](https://codeclimate.com/github/m-messiah/uwget/maintainability)\n\nSimple tool for get requests to uwsgi socket (by uwsgi protocol)\n\n## Usage\n\n```bash\nuwget [options] uwsgi://host:port/path\n\nParameters:\n  -host string\n        HTTP_HOST\n  -remote string\n        remote addr (default \"127.0.0.1\")\n  -expected-status string\n        Fail if response status not equal\n  -q    Disable output\n```\n\n## Examples\n\n+   Get localhost default uwsgi root\n\n    ```bash\n    uwget uwsgi://127.0.0.1:3031\n    ```\n+   Pass HTTP_HOST header for admin\n\n    ```bash\n    uwget --host=example.com uwsgi://backend:3031/admin/\n    ```\n+   Use another remote address instead of localhost\n\n    ```bash\n    uwget -remote=8.8.8.8 uwsgi://localhost:3031/geo/\n    ```\n\n+   Ping localhost and fail if not 200\n\n    ```bash\n    uwget -q -expected-status=200 uwsgi://127.0.0.1:3031/ping\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-messiah%2Fuwget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-messiah%2Fuwget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-messiah%2Fuwget/lists"}