{"id":15031131,"url":"https://github.com/pythonbyte/http-server-rust","last_synced_at":"2026-02-22T09:05:51.159Z","repository":{"id":253595114,"uuid":"843958380","full_name":"pythonbyte/http-server-rust","owner":"pythonbyte","description":"Implementation of a HTTP server from scratch using Rust 🦀","archived":false,"fork":false,"pushed_at":"2024-08-18T01:45:08.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T05:36:59.562Z","etag":null,"topics":["http-server","rust","rust-lang","web"],"latest_commit_sha":null,"homepage":"","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/pythonbyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-08-17T23:59:22.000Z","updated_at":"2024-08-18T01:50:23.000Z","dependencies_parsed_at":"2024-08-18T02:27:14.454Z","dependency_job_id":"1df54c9f-a440-410c-83ae-218330f343d9","html_url":"https://github.com/pythonbyte/http-server-rust","commit_stats":null,"previous_names":["pythonbyte/http-server-rust"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pythonbyte/http-server-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonbyte%2Fhttp-server-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonbyte%2Fhttp-server-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonbyte%2Fhttp-server-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonbyte%2Fhttp-server-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pythonbyte","download_url":"https://codeload.github.com/pythonbyte/http-server-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonbyte%2Fhttp-server-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29707522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T05:59:28.568Z","status":"ssl_error","status_checked_at":"2026-02-22T05:58:46.208Z","response_time":110,"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-server","rust","rust-lang","web"],"created_at":"2024-09-24T20:14:57.174Z","updated_at":"2026-02-22T09:05:51.132Z","avatar_url":"https://github.com/pythonbyte.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nThis project is an implementation of an HTTP server from scratch using Rust. The server is capable of handling dynamic requests and multiple requests concurrently using threads.\n\n**Key Features**\n\n* 🔧 Built entirely from scratch, no external HTTP libraries\n* 🦀 Leverages Rust's safety and concurrency features\n* 🌐 Implements core HTTP/1.1 functionalities\n* 🚦 Handles multiple concurrent connections efficiently\n* 📚 Educational resource for understanding HTTP internals and Rust networking\n\n## Usage\n\nTo run the server, execute the following command:\n\n```bash\ncargo run\n```\n\nThe server will start running on `127.0.0.1:4221`.\n\nTo test the server, open a browser and navigate to\n```bash\ncurl -v http://localhost:4221/echo/test\n```\n\n\n**Response**\n\n```bash\n* Connected to localhost (127.0.0.1) port 4221\n\u003e GET /echo/test HTTP/1.1\n\u003e Host: localhost:4221\n\u003e User-Agent: curl/8.7.1\n\u003e Accept: */*\n\u003e\n* Request completely sent off\n\u003c HTTP/1.1 200 OK\n\u003c Content-Type: text/plain\n\u003c Content-Length: 4\n\u003c\n* Connection #0 to host localhost left intact\ntest%\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonbyte%2Fhttp-server-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythonbyte%2Fhttp-server-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonbyte%2Fhttp-server-rust/lists"}