HttpListener
HttpListener copied to clipboard
HttpListener for .NET Core and the Universal Windows Platform (UWP)
This PR removes some of the unnecessary string splitting and uses the more modern Regex. It uses a expression developed by my organization ([DMP9 Labs](https://github.com/DMP9Labs)) for our web server project...
I've added System.Net.Http.HttpListener.UWP to my UWP app, and it's working fine. But when I tried to send it to Store, I got the message > The binary System.Net.Http.HttpListener.UWP.dll is built...
This will eventually enable for targeting all .NET runtimes and app models, including UWP. See also #6
Upgrade project to target NET SDK 1.0 and leverage MSBuild and .NET Standard.
I have a tiny web server running in my app that uses this project. If I test it with an HttpClient that I create in my app, it works. But...