{"id":21448723,"url":"https://github.com/vkstrm/hur","last_synced_at":"2025-07-14T20:31:26.893Z","repository":{"id":63854175,"uuid":"410249713","full_name":"vkstrm/hur","owner":"vkstrm","description":"HTTP using Rust","archived":false,"fork":false,"pushed_at":"2025-04-13T15:13:19.000Z","size":129,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T06:42:12.133Z","etag":null,"topics":["http","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/vkstrm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-09-25T11:03:58.000Z","updated_at":"2025-04-13T15:13:02.000Z","dependencies_parsed_at":"2023-12-23T20:48:45.837Z","dependency_job_id":null,"html_url":"https://github.com/vkstrm/hur","commit_stats":{"total_commits":66,"total_committers":1,"mean_commits":66.0,"dds":0.0,"last_synced_commit":"51449e95f3ec98d8d2114a1c4856b1b8c8d0a9f9"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vkstrm/hur","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkstrm%2Fhur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkstrm%2Fhur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkstrm%2Fhur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkstrm%2Fhur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vkstrm","download_url":"https://codeload.github.com/vkstrm/hur/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkstrm%2Fhur/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265344828,"owners_count":23750566,"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","rust"],"created_at":"2024-11-23T03:16:27.746Z","updated_at":"2025-07-14T20:31:26.881Z","avatar_url":"https://github.com/vkstrm.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HUR\n\nCommand-line utility for making HTTP requests.\n\nNote: This program is not better than Curl.\nIt will contain bugs and is unlikely to fully conform to the HTTP specification.\nI am however having fun writing it and find it to be useful in some situations.\n\n## Installation \n```nu\ncargo install hur\n```\n\n## Usage\n\nGET is the default method.\n```nu\nhur https://petstore.com/animals -h \"header:value\"\n```\nTo use another method add `--method`\n```nu\nhur https://petstore.com/animals --method POST --body '{\"name\":\"Luffy\"}'\n```\nUsing `--verbose` mode will print, in JSON, the request and response objects.\n```json\n{\n    \"request\": {\n        \"method\": \"GET\",\n        \"headers\": {},\n        \"path\": \"/animals\",\n        \"etc\" \"...\"\n    },\n    \"response\": {\n        \"statusCode\": 200,\n        \"body\": \"{}\",\n        \"etc\": \"...\"\n    }\n}\n```\nUse `--help` for more information.\n\n## Proxy\n\nProxy support with HTTP_PROXY, HTTPS_PROXY and NO_PROXY environment variables.\nDisable proxy for a request using `--no-proxy`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkstrm%2Fhur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvkstrm%2Fhur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkstrm%2Fhur/lists"}