simple-http icon indicating copy to clipboard operation
simple-http copied to clipboard

Simple, portable HTTP server for .NET based on HttpListener.

Results 3 simple-http issues
Sort by recently updated
recently updated
newest added

I'm using simple-http to serve a few static files from within a game. Everything is working great, so thanks! I was wondering if there is any type of clean-up that...

Hey, I've noticed that the Method collection is a simple list which is NOT thread safe. Using it in a multithreaded application (==Task.Run) can result in weird behaviour which could...

"application/x-www-form-urlencoded;charset=UTF-8" is not treated as post request, simple-http cannot get values. in RequestExtensions.Form.cs, we only treat ContentType == "application/x-www-form-urlencoded" as a valid post request, maybe we can use IndexOf method...