{"id":23123483,"url":"https://github.com/knbr13/http-client","last_synced_at":"2025-08-17T03:31:28.642Z","repository":{"id":177405983,"uuid":"658824112","full_name":"knbr13/http-client","owner":"knbr13","description":"🌐 HTTP Client is a command-line tool for executing HTTP requests","archived":false,"fork":false,"pushed_at":"2024-01-03T01:41:13.000Z","size":330,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-01-03T03:26:05.805Z","etag":null,"topics":["cli","go","http-client"],"latest_commit_sha":null,"homepage":"","language":"Go","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/knbr13.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}},"created_at":"2023-06-26T15:04:50.000Z","updated_at":"2023-10-24T05:02:36.000Z","dependencies_parsed_at":"2023-09-24T01:52:49.091Z","dependency_job_id":"49137e2b-5d93-44ac-95ee-61a6b07e4abe","html_url":"https://github.com/knbr13/http-client","commit_stats":null,"previous_names":["abdullah-alaadine/http-client","knbr13/http-client"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knbr13%2Fhttp-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knbr13%2Fhttp-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knbr13%2Fhttp-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knbr13%2Fhttp-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knbr13","download_url":"https://codeload.github.com/knbr13/http-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230081124,"owners_count":18169706,"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":["cli","go","http-client"],"created_at":"2024-12-17T07:34:54.950Z","updated_at":"2024-12-17T07:34:55.426Z","avatar_url":"https://github.com/knbr13.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTP Client\n\nHTTP Client is a command-line tool for executing HTTP requests. It supports various HTTP methods such as GET, POST, PUT, DELETE, PATCH, OPTIONS, and HEAD.\n\n## Screenshots:\n\n![http-client](./http-client.png)\n\n## Installation\n\n1. Clone the repository:\n\n   ```shell\n   git clone https://github.com/knbr13/http-client.git\n   ```\n2. Build the project:\n   ```shell\n   cd http-client\n   go build\n   ```\n## Usage\n\nThe general format of the command is:\n  ```shell\n  ./http-client -m [HTTP_Method] -b [body] -h [headers] -u [URL] -o [OUTPUT]\n  ```\n## Examples\n\n1- Send an HTTP GET request:\n\n```bash\n  ./http-client -m GET --url http://example.com\n```\n\n2- Send an HTTP POST request:\n```bash\n  ./http-client -m POST -u http://example.com  -b '{\"key1\",\"value\",\"key2\":\"value\"}'\n```\n\n3- Send an HTTP DELETE request:\n\n```bash\n  ./http-client -m DELETE -u http://example.com\n```\n\n4- Send an HTTP GET request and extract results to output file:\n\n```bash\n  ./http-client -m GET --url http://example.com -o data.json\n```\n\n5- Run the tool with `--help` arg to get a helpful message explaining how to use this tool.\n\n\n## Contributions\n\nContributions are welcome! If you would like to contribute to this project, please follow these steps:\n\n   1- Fork the repository.\n   \n   2- Create a new branch for your feature or bug fix.\n   \n   3- Make the necessary changes and commit them.\n   \n   4- Push your changes to your fork.\n   \n   5- Submit a pull request describing your changes.\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/knbr13/http-client/blob/main/LICENSE). See the [LICENSE](https://github.com/knbr13/http-client/blob/main/LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknbr13%2Fhttp-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknbr13%2Fhttp-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknbr13%2Fhttp-client/lists"}