NHttp
NHttp copied to clipboard
Simple asynchronous .NET HTTP server
Hi we are using the project and with own request this work correctly, now when start the server and call a function from another page appear error of cross origin....
I have a project in .net framework 4.5 but for requirements this is neccesary in .net framework 4.0. Now when I change to this version of the framework can't load...
https://github.com/pvginkel/NHttp/blob/41e1bf30313905e329594757426755d0e9d7581c/NHttp/HttpTimeoutManager.cs#L21 The code using 'nameof(...)' which is C# 6.0/Framework 4.x but the NHttp project target framework 2.0 therefore the project fail to compile. Is this a mistake? I target it...
An exception in the body of AcceptTcpClientCallback() will cause the log message Log.Info("Failed to accept TCP client", ex); to be written, after which no further connections will be accepted as...
Hi Pieter, thanks for the good library (actually, this is the only one http server I've found on github, working without issues with UPnP/DLNA stack)! Currently I'm working on simple...
Your embedded server is a really nice tool especially for integration testing. It would be very useful if you had a version compiled targeting the new .NET Core framework.