{"id":19501293,"url":"https://github.com/dityaren/go-http-server","last_synced_at":"2026-06-19T05:31:43.278Z","repository":{"id":195554143,"uuid":"657535465","full_name":"Dityaren/Go-HTTP-Server","owner":"Dityaren","description":"Go HTTP server that handles different routes and requests.","archived":false,"fork":false,"pushed_at":"2023-10-14T08:06:35.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T15:19:17.226Z","etag":null,"topics":["go","golang","golang-application","http-server","server"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Dityaren.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,"governance":null}},"created_at":"2023-06-23T09:22:28.000Z","updated_at":"2023-09-22T06:32:39.000Z","dependencies_parsed_at":"2023-10-15T19:27:28.211Z","dependency_job_id":null,"html_url":"https://github.com/Dityaren/Go-HTTP-Server","commit_stats":null,"previous_names":["dityaren/simple-go-http-server","dityaren/go-http-server","dityaren/go_web_server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dityaren/Go-HTTP-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dityaren%2FGo-HTTP-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dityaren%2FGo-HTTP-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dityaren%2FGo-HTTP-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dityaren%2FGo-HTTP-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dityaren","download_url":"https://codeload.github.com/Dityaren/Go-HTTP-Server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dityaren%2FGo-HTTP-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34519048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":["go","golang","golang-application","http-server","server"],"created_at":"2024-11-10T22:12:14.425Z","updated_at":"2026-06-19T05:31:43.247Z","avatar_url":"https://github.com/Dityaren.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go HTTP Server\n\nThis is a Go HTTP server that handles different routes and requests.\n\n## Installation\n\nTo run the server, make sure you have Go installed. Then, follow these steps:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Dityaren/Go-HTTP-Server\n```\n\n2. Change into the project directory:\n\n```bash\ncd Go-HTTP-Server\n```\n\n3. Build the project:\n\n```bash\ngo build\n```\n\n4. Run the server:\n\n```bash\n./your-repository\n```\n\nThe server will start running on `http://localhost:8080`.\n\n## Routes\n\n- `/` - Serves static files from the `static` directory.\n- `/form` - Handles POST requests and displays form data.\n- `/hello` - Responds with \"Hello\" for GET requests.\n\n## Usage\n\n### Static Files\n\nAny static files placed in the `static` directory will be served by the server. Access them using the base URL.\n\nExample: `http://localhost:8080/index.html`\n\n### Form Submission\n\nTo submit a form, send a POST request to `http://localhost:8080/form` with the following parameters:\n\n- `name`: Your name\n- `address`: Your address\n\nThe server will respond with the submitted form data.\n\n### Hello Endpoint\n\nTo receive a \"Hello\" response, send a GET request to `http://localhost:8080/hello`.\n\n## Contributing\n\nIf you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdityaren%2Fgo-http-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdityaren%2Fgo-http-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdityaren%2Fgo-http-server/lists"}