{"id":15113809,"url":"https://github.com/connerkt/go_httpserver","last_synced_at":"2026-02-16T07:01:46.190Z","repository":{"id":251956076,"uuid":"836910584","full_name":"ConnerKT/go_Httpserver","owner":"ConnerKT","description":"Building a HTTP server from scratch, no AI, no assistance.","archived":false,"fork":false,"pushed_at":"2024-08-06T17:22:08.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T14:26:55.416Z","etag":null,"topics":["bash-script","golang","http-server"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ConnerKT.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-01T20:15:59.000Z","updated_at":"2024-08-06T17:23:34.000Z","dependencies_parsed_at":"2024-08-06T20:59:46.797Z","dependency_job_id":null,"html_url":"https://github.com/ConnerKT/go_Httpserver","commit_stats":null,"previous_names":["connerkt/go_httpserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ConnerKT/go_Httpserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnerKT%2Fgo_Httpserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnerKT%2Fgo_Httpserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnerKT%2Fgo_Httpserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnerKT%2Fgo_Httpserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConnerKT","download_url":"https://codeload.github.com/ConnerKT/go_Httpserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnerKT%2Fgo_Httpserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29502928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bash-script","golang","http-server"],"created_at":"2024-09-26T01:23:20.399Z","updated_at":"2026-02-16T07:01:46.174Z","avatar_url":"https://github.com/ConnerKT.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![progress-banner](https://backend.codecrafters.io/progress/http-server/7b390e85-a8a5-4b1e-a8d9-76a656cdc44c)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)\n\nThis is a starting point for Go solutions to the\n[\"Build Your Own HTTP server\" Challenge](https://app.codecrafters.io/courses/http-server/overview).\n\n[HTTP](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) is the\nprotocol that powers the web. In this challenge, you'll build a HTTP/1.1 server\nthat is capable of serving multiple clients.\n\nAlong the way you'll learn about TCP servers,\n[HTTP request syntax](https://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html),\nand more.\n\n**Note**: If you're viewing this repo on GitHub, head over to\n[codecrafters.io](https://codecrafters.io) to try the challenge.\n\n# Passing the first stage\n\nThe entry point for your HTTP server implementation is in `app/server.go`. Study\nand uncomment the relevant code, and push your changes to pass the first stage:\n\n```sh\ngit add .\ngit commit -m \"pass 1st stage\" # any msg\ngit push origin master\n```\n\nTime to move on to the next stage!\n\n# Stage 2 \u0026 beyond\n\nNote: This section is for stages 2 and beyond.\n\n1. Ensure you have `go (1.19)` installed locally\n1. Run `./your_program.sh` to run your program, which is implemented in\n   `app/server.go`.\n1. Commit your changes and run `git push origin master` to submit your solution\n   to CodeCrafters. Test output will be streamed to your terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnerkt%2Fgo_httpserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnerkt%2Fgo_httpserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnerkt%2Fgo_httpserver/lists"}