HttpServerLite
HttpServerLite copied to clipboard
Why not use default HttpStatusCode?
I'm writing a nuget server implementation using this library and because status codes are hardcoded when sending http Conflict(409) i get this
Why not just use HttpStatusCode and then HttpStatusCode.ToString() (with splits when required?)