{"id":13503084,"url":"https://github.com/http-rs/http-service","last_synced_at":"2025-12-30T04:49:28.531Z","repository":{"id":62440301,"uuid":"159707287","full_name":"http-rs/http-service","owner":"http-rs","description":"Types and traits for http-based services using the latest futures API","archived":true,"fork":false,"pushed_at":"2020-06-21T11:17:45.000Z","size":124,"stargazers_count":102,"open_issues_count":0,"forks_count":24,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-02-28T08:43:19.604Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.rs/http-service","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/http-rs.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":"2018-11-29T18:04:53.000Z","updated_at":"2023-11-27T01:03:48.000Z","dependencies_parsed_at":"2022-11-01T21:53:17.145Z","dependency_job_id":null,"html_url":"https://github.com/http-rs/http-service","commit_stats":null,"previous_names":["rustasync/http-service"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fhttp-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fhttp-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fhttp-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http-rs%2Fhttp-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/http-rs","download_url":"https://codeload.github.com/http-rs/http-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245961920,"owners_count":20701001,"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-07-31T22:02:36.349Z","updated_at":"2025-12-12T13:02:59.486Z","avatar_url":"https://github.com/http-rs.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ehttp-service\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n \u003cstrong\u003e\n    Types and traits to help you implement your own HTTP server\n \u003c/strong\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003c!-- Crates version --\u003e\n  \u003ca href=\"https://crates.io/crates/http-service\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/http-service.svg?style=flat-square\"\n    alt=\"Crates.io version\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- Downloads --\u003e\n  \u003ca href=\"https://crates.io/crates/http-service\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/d/http-service.svg?style=flat-square\"\n      alt=\"Download\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- docs.rs docs --\u003e\n  \u003ca href=\"https://docs.rs/http-service/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square\"\n      alt=\"docs.rs docs\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003e\n    \u003ca href=\"https://docs.rs/http-service/\"\u003e\n      API Docs\n    \u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://discordapp.com/channels/442252698964721669/474974025454452766\"\u003e\n      Chat\n    \u003c/a\u003e\n  \u003c/h3\u003e\n\u003c/div\u003e\n\n## About\n\n__This crate has been deprecated. We recommend implementing inherent methods\nsuch as Tide's\n[`Server::respond`](https://docs.rs/tide/0.11.0/tide/struct.Server.html#method.respond)\nmethod instead.__\n\nThe crate `http-service` provides the necessary types and traits to implement\nyour own HTTP Server.\n\nFor example you can use the workspace member\n[`http-service-hyper`](https://crates.io/crates/http-service-hyper) to run an\nHTTP Server.\n\n1. Runs via `http_service_hyper::run(HTTP_SERVICE, ADDRESS);`\n2. Returns a future which can be `await`ed via\n   `http_service_hyper::serve(HTTP_SERVICE, ADDRESS);`\n\n## Contributing\n\nWant to join us? Check out our [The \"Contributing\" section of the\nguide][contributing] and take a look at some of these issues:\n\n- [Issues labeled \"good first issue\"][good-first-issue]\n- [Issues labeled \"help wanted\"][help-wanted]\n\n#### Conduct\n\nThe http-service project adheres to the [Contributor Covenant Code of\nConduct](https://github.com/http-rs/.github/blob/master/CODE_OF_CONDUCT.md).\nThis describes the minimum behavior expected from all contributors.\n\n## License\n\n[MIT](./LICENSE-MIT) OR [Apache-2.0](./LICENSE-APACHE)\n\n[contributing]: https://github.com/http-rs/.github/blob/master/CONTRIBUTING.md\n[good-first-issue]: https://github.com/http-rs/http-service/labels/good%20first%20issue\n[help-wanted]: https://github.com/http-rs/http-service/labels/help%20wanted\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttp-rs%2Fhttp-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhttp-rs%2Fhttp-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttp-rs%2Fhttp-service/lists"}