{"id":21765633,"url":"https://github.com/dr-montasir/ghttp","last_synced_at":"2026-02-19T11:33:30.506Z","repository":{"id":263067992,"uuid":"872425041","full_name":"dr-montasir/ghttp","owner":"dr-montasir","description":"A Rust crate for building HTTP clients and servers with a focus on performance, ease of use, and global configurations","archived":false,"fork":false,"pushed_at":"2025-01-16T21:32:07.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-08T14:18:10.026Z","etag":null,"topics":["http","status","url"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/ghttp","language":"Rust","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/dr-montasir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2024-10-14T12:18:12.000Z","updated_at":"2025-01-16T21:32:09.000Z","dependencies_parsed_at":"2024-11-15T23:46:20.714Z","dependency_job_id":"ba3a8e56-a499-41d4-ab7e-a61fad29c44d","html_url":"https://github.com/dr-montasir/ghttp","commit_stats":null,"previous_names":["dr-montasir/ghttp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dr-montasir/ghttp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-montasir%2Fghttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-montasir%2Fghttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-montasir%2Fghttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-montasir%2Fghttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dr-montasir","download_url":"https://codeload.github.com/dr-montasir/ghttp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-montasir%2Fghttp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29611138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["http","status","url"],"created_at":"2024-11-26T13:13:11.976Z","updated_at":"2026-02-19T11:33:30.490Z","avatar_url":"https://github.com/dr-montasir.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/dr-montasir/ghttp\"\u003e\n      \u003cimg src=\"logo.svg\" width=\"250\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n\n[\u003cimg alt=\"github\" src=\"https://img.shields.io/badge/github-dr%20montasir%20/%20ghttp-8da0cb?style=for-the-badge\u0026labelColor=555555\u0026logo=github\" height=\"22\"\u003e](https://github.com/dr-montasir/ghttp)[\u003cimg alt=\"crates.io\" src=\"https://img.shields.io/crates/v/ghttp.svg?style=for-the-badge\u0026color=fc8d62\u0026logo=rust\" height=\"22\"\u003e](https://crates.io/crates/ghttp)[\u003cimg alt=\"docs.rs\" src=\"https://img.shields.io/badge/docs.rs-ghttp-66c2a5?style=for-the-badge\u0026labelColor=555555\u0026logo=docs.rs\" height=\"22\"\u003e](https://docs.rs/ghttp)[\u003cimg alt=\"license\" src=\"https://img.shields.io/badge/license-apache_2.0-4a98f7.svg?style=for-the-badge\u0026labelColor=555555\u0026logo=apache\" height=\"22\"\u003e](https://choosealicense.com/licenses/apache-2.0)\n\n  \u003ch1\u003eGHTTP (Global HTTP)\u003c/h1\u003e\n\n  \u003cp\u003eA Rust crate for building HTTP clients and servers with a focus on performance, ease of use, and global configurations\u003c/p\u003e\n\u003c/div\u003e\n\n## Features\n\n- **Global Configuration:** Simplifies setting and sharing default configurations across multiple HTTP requests, reducing boilerplate code.\n- **Flexible Client Creation:** Enables the creation of customizable HTTP clients tailored to specific needs.\n- **Support for Various Protocols:** Compatible with HTTP/1.1 and HTTP/2, enhancing flexibility for different use cases.\n- **Broad Coverage:** Supports a wide range of HTTP status codes, providing a comprehensive framework for understanding and managing various web server responses effectively. This coverage facilitates seamless integration and error handling for developers.\n\n## Goals\n\n- [x] Status Code Implementation\n- [x] Custom Status Handling\n- [x] Expand Accessibility\n- [x] User-Friendly API\n- [ ] No Dependencies\n\n## Installation\n\nRun the following Cargo command in your project directory:\n\n```shell\ncargo add ghttp\n```\n\nOr add the following line to your Cargo.toml:\n\n```shell\n[dependencies]\nghttp = \"MAJOR.MINOR.PATCH\" # Replace with the latest version\n```\n\n## Changelog\n\n[![github](https://img.shields.io/badge/github-%20changelog-8da0cb?style=for-the-badge\u0026labelColor=555555\u0026logo=github)](https://github.com/dr-montasir/ghttp/blob/main/CHANGELOG.md)\n\n## Documentation\n\nFor a detailed API reference, visit the [GHTTP Documentation](https://docs.rs/ghttp/latest/ghttp).\n\n## Contributing\n\nContributions are welcome! If you have suggestions or improvements, feel free to submit an issue or a pull request.\n\n## License\n\nThis project is licensed under the MIT or Apache 2.0 License - see the LICENSE file for details.\n\n---\n\nAuthor\n[Dr. Montasir Mirghani](https://github.com/dr-montasir)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdr-montasir%2Fghttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdr-montasir%2Fghttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdr-montasir%2Fghttp/lists"}