https://github.com/simon-s-99/basic-http-server
A basic http server written in C# with little to no libraries. Done as a learning experience to better understand HTTP.
https://github.com/simon-s-99/basic-http-server
asp-net csharp http-server
Last synced: 17 days ago
JSON representation
A basic http server written in C# with little to no libraries. Done as a learning experience to better understand HTTP.
- Host: GitHub
- URL: https://github.com/simon-s-99/basic-http-server
- Owner: simon-s-99
- License: mit
- Created: 2025-02-14T09:28:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T16:21:30.000Z (about 1 year ago)
- Last Synced: 2026-01-15T21:04:48.785Z (6 months ago)
- Topics: asp-net, csharp, http-server
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# basic-http-server
A basic http server written in C# with little to no libraries. Done as a learning experience to better understand HTTP.