uHttpSharp
uHttpSharp copied to clipboard
A very lightweight & simple embedded http server for c#
Hopefully this library will officially be ported to .NET Standard soon. [jcaillon](https://github.com/jcaillon/uHttpSharp) already did it, but there is a problem with the `HttpResponse` class, so maybe you can fix that...
After generating a certificate, adding certificate to mozilla (cause it is self signed), it started printing garbage data. Why is that ? What am I doing wrong ? Oh, and...
fav.ico
Nice project! How do I prevent missing fav.ico from causing a server exception? Thanks,
dosen't support video files(just like mp4)
In some scenarios we want to use to built-in handlers without needing to specify any custom handlers. Unfortunately, this kind of usage will throw a NullReferenceException. ``` csharp using (var...
Security
1. Limit Request/Response size 2. Allow limit for a specific set of IP addresses 3. Allow limit of number of requests/time per client (IP)