{"id":15964489,"url":"https://github.com/supriyo-biswas/gohttpd","last_synced_at":"2025-04-04T13:16:25.295Z","repository":{"id":166461942,"uuid":"172119607","full_name":"supriyo-biswas/gohttpd","owner":"supriyo-biswas","description":"A simple web server written in Go using net/http","archived":false,"fork":false,"pushed_at":"2019-07-18T18:12:27.000Z","size":8,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T22:46:16.311Z","etag":null,"topics":["golang","http","http-server","web-server"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/supriyo-biswas.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":"2019-02-22T19:01:15.000Z","updated_at":"2024-03-25T22:19:11.000Z","dependencies_parsed_at":"2023-08-24T01:32:20.180Z","dependency_job_id":null,"html_url":"https://github.com/supriyo-biswas/gohttpd","commit_stats":null,"previous_names":["supriyo-biswas/gohttpd"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supriyo-biswas%2Fgohttpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supriyo-biswas%2Fgohttpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supriyo-biswas%2Fgohttpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supriyo-biswas%2Fgohttpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supriyo-biswas","download_url":"https://codeload.github.com/supriyo-biswas/gohttpd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247182422,"owners_count":20897381,"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":["golang","http","http-server","web-server"],"created_at":"2024-10-07T17:02:04.298Z","updated_at":"2025-04-04T13:16:25.266Z","avatar_url":"https://github.com/supriyo-biswas.png","language":"Go","readme":"# gohttpd\n\nYet another HTTP web server written in Go (using net/http).\n\n## Features\n\n* Supports gzip compression\n* Supports If-Modified-Since headers\n* Supports GET and HEAD requests\n* Blocks access to hidden files/directories\n* Directory listing (turned off by default)\n* Request logging\n* No dependencies on external libraries\n\n## Getting started\n\nBuild the binary and start it up:\n\n```bash\ngo build -o httpd httpd.go\n./httpd\n```\n\nBy default it serves content on port 8080 and from the current directory,\nalthough you can change this behaviour with the built-in flags (use\n`./httpd -help` for details).\n\nYou can also build a static binary. As an example, on Linux/amd64, use:\n\n```bash\nCGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags '-w' -o httpd_amd64 httpd.go\n```\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupriyo-biswas%2Fgohttpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupriyo-biswas%2Fgohttpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupriyo-biswas%2Fgohttpd/lists"}