{"id":22425824,"url":"https://github.com/suoyukii/simplehttpserver","last_synced_at":"2026-02-27T05:02:29.865Z","repository":{"id":254682888,"uuid":"839501433","full_name":"suoyukii/SimpleHttpServer","owner":"suoyukii","description":"SimpleHttpServer is a lightweight http server software","archived":false,"fork":false,"pushed_at":"2024-11-22T12:18:51.000Z","size":4499,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-22T13:23:50.299Z","etag":null,"topics":["csharp","http-server","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","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/suoyukii.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-07T18:31:34.000Z","updated_at":"2024-11-22T12:17:38.000Z","dependencies_parsed_at":"2024-08-25T10:54:56.229Z","dependency_job_id":null,"html_url":"https://github.com/suoyukii/SimpleHttpServer","commit_stats":null,"previous_names":["suoyukii/simplehttpserver"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suoyukii%2FSimpleHttpServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suoyukii%2FSimpleHttpServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suoyukii%2FSimpleHttpServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suoyukii%2FSimpleHttpServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suoyukii","download_url":"https://codeload.github.com/suoyukii/SimpleHttpServer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228356352,"owners_count":17907191,"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":["csharp","http-server","windows"],"created_at":"2024-12-05T19:15:32.355Z","updated_at":"2025-10-30T23:22:14.139Z","avatar_url":"https://github.com/suoyukii.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eSimple HTTP Server\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eSimple HTTP server in .NET 9\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg src=\"http://img.shields.io/badge/License-MIT-1e90ff?style=for-the-badge\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://dotnet.microsoft.com\"\u003e\n    \u003cimg src=\"http://img.shields.io/badge/.NET-9.0-1e90ff?style=for-the-badge\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"/#features\"\u003e\n    \u003cimg src=\"http://img.shields.io/badge/Features-1e90ff?style=for-the-badge\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"/#install\"\u003e\n    \u003cimg src=\"http://img.shields.io/badge/Install-1e90ff?style=for-the-badge\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"/#usage\"\u003e\n    \u003cimg src=\"http://img.shields.io/badge/Usage-1e90ff?style=for-the-badge\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/English-lightgray?style=for-the-badge\"/\u003e\n  \u003ca href=\"README/zh-cn.md\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/简体中文-1e90ff?style=for-the-badge\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nSimpleHttpServer is a lightweight HTTP server software.\n\n## ✨ Features\n\n- HTTP/S Web Server\n- HTTP `Request` / `Response` dump\n- Configurable `IP Address` and `Listening Port`, configured via `config.toml`\n- Configurable `HTTP Server`, configured via `config.toml`\n- Configurable `URL Routing`, configured via `url_routing.toml`\n- Configurable `MINE Type`, configured via `mine_type.toml`\n\n## ✨ Install\n\n- [Dowload SimpleHTTPServer](https://github.com/suoyukii/SimpleHTTPServer/releases)\n\n## ✨ Usage\n\nTo run simply open `simplehttpserver.exe`.\n\nClose the window of `simplehttpserver.exe` to stop it from running.\n\n- Run the following command on the console.\n\n```sh\nsimplehttpserver\n```\n\nOpen a browser and enter the IP address configured by `ip_list` in `config.toml`.\n\nBelow is the default IP address set in `config.toml`, which can be quickly previewed by clicking on the jump when SimpleHTTPServer is turned on.\n\n- IPv4 default IP address.\n\n```sh\nhttp://127.0.0.1\n```\n\n- IPv6 default IP address.\n\n```sh\nhttp://[::1]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuoyukii%2Fsimplehttpserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuoyukii%2Fsimplehttpserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuoyukii%2Fsimplehttpserver/lists"}