SimpleHttpServer icon indicating copy to clipboard operation
SimpleHttpServer copied to clipboard

Simple Embeddable HTTP server class in C#

Results 12 SimpleHttpServer issues
Sort by recently updated
recently updated
newest added

Including the character set in the Content-Type header is generally needed to ensure correct display of Unicode characters.

how to avoid corsets when requests from other hosts come in

it seem that it is always runing even winform was closed

SimpleHttpServer/SimpleHttpServer/HttpProcessor.cs line 219 Encoding.ASCII--> Encoding.UTF8

Hi, How Can I handle these kinds of error? try and catch not working on the threat. ![Untitled](https://user-images.githubusercontent.com/15262281/72214892-6c466600-3520-11ea-9c81-c240e2ce0c9c.png)

Simple question, how do you trap for multiple routes? Will I need to write regex for each /tier/command/description? Thanks for the awesome code, btw.. this is exactly what is helping...

How can you implement SLL / HTTPS support.

When trying for example send a text file using curl $ curl -F [email protected] http://localhost:8080 You can see that there is still header info in the actual data, this needs...