Skip to content

Instantly share code, notes, and snippets.

View SkyLightQP's full-sized avatar
🪖
~2025

Daegyeom Ha SkyLightQP

🪖
~2025
View GitHub Profile
@SkyLightQP
SkyLightQP / SimpleHTTPServer.cs
Created July 8, 2017 04:12 — forked from aksakalli/SimpleHTTPServer.cs
SimpleHTTPServer in C#
// MIT License - Copyright (c) 2016 Can Güney Aksakalli
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net.Sockets;
using System.Net;
using System.IO;
using System.Threading;