{"id":32550993,"url":"https://github.com/devsargam/http-server-rs","last_synced_at":"2025-10-28T20:56:11.820Z","repository":{"id":316834865,"uuid":"1064266541","full_name":"devsargam/http-server-rs","owner":"devsargam","description":"🌐 a basic implementation of http server in rust","archived":false,"fork":false,"pushed_at":"2025-09-27T00:58:33.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-27T02:42:12.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/devsargam.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-25T19:29:43.000Z","updated_at":"2025-09-27T00:58:36.000Z","dependencies_parsed_at":"2025-09-27T02:42:14.172Z","dependency_job_id":"7203f22b-9e7c-4f52-a35c-e1612119c100","html_url":"https://github.com/devsargam/http-server-rs","commit_stats":null,"previous_names":["devsargam/http-server-rs"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/devsargam/http-server-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Fhttp-server-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Fhttp-server-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Fhttp-server-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Fhttp-server-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsargam","download_url":"https://codeload.github.com/devsargam/http-server-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Fhttp-server-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281512676,"owners_count":26514301,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-28T20:56:08.272Z","updated_at":"2025-10-28T20:56:11.803Z","avatar_url":"https://github.com/devsargam.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTP from scratch\n\nThis is my attempt at implementating http protocol in rust\n\n### Getting Started\n\nBasicially http request is\n```\nGET /path HTTP/1.1\nHost: example.com\nUser-Agent: curl/7.81.0\nAccept: */*\n```\n\nhttp response is\n```\nHTTP/1.1 200 OK\nContent-Length: 13\nContent-Type: text/plain\n\nHello, world!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsargam%2Fhttp-server-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsargam%2Fhttp-server-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsargam%2Fhttp-server-rs/lists"}