uhttpsharp icon indicating copy to clipboard operation
uhttpsharp copied to clipboard

A very lightweight & simple embedded http server for c#

Results 11 uhttpsharp issues
Sort by recently updated
recently updated
newest added

This needs more examples but also, the provided example doesn't work. There is no provided `TimingHandler` `IndexHandler` `AboutHandler` `ErrorHandler`. The example needs to include some implementation of these, or exclude...

how to start the server with HTTPS support by loading server.key (passphrase protected) and server.crt? how to setup routes URLS?

I would like to disable the automatic uhttpsharp log in my console application by either some boolean flag or by changing the logger level. Any help?

Looks like we are missing a time-out on stream reader in uhttpsharp\HttpClient.cs When remote http client gets disconnected due to some network issues (or because of proxies in between not...

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 ?

The [license](https://github.com/bonesoul/uhttpsharp/blob/master/LICENSE) in the root of master is MIT, but the [nuget package](https://www.nuget.org/packages/uHttpSharp/) and source files ([example](https://github.com/bonesoul/uhttpsharp/blob/master/uhttpsharp/Handlers/FileHandler.cs)) reference LGPL. Can you clarify whether the whole project is now covered under...

Could you please show code snippet, how to add new HTTP method provider/handler (in my case - DLNA - new method called SUBSCRIBE). And another issue: could you tell me,...

The nuget for uhttpsharp 0.1.6.22 includes a class SessionHandler that is not available in github. I want the latest version of uhttpsharp source code to debug an issue I'm facing...

Hi, Not an issue, more of a request: Are there any plans to add support to get access to the data from a http POST? Cheers,

It would be nice if this project had no external dependencies. Looking at the code, it seems like log4net could be easily replaced by a delegate (passed as optional parameter...