uHttpSharp icon indicating copy to clipboard operation
uHttpSharp copied to clipboard

A very lightweight & simple embedded http server for c#

Results 17 uHttpSharp issues
Sort by recently updated
recently updated
newest added

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...

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...

enhancement

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)

security

Write XML documentation for every public member.

code-quality