HttpServerLite icon indicating copy to clipboard operation
HttpServerLite copied to clipboard

Why not use default HttpStatusCode?

Open JenyaRostov opened this issue 2 years ago • 0 comments

I'm writing a nuget server implementation using this library and because status codes are hardcoded when sending http Conflict(409) i get this WindowsTerminal_Bi1YeFV6P6

Why not just use HttpStatusCode and then HttpStatusCode.ToString() (with splits when required?)

JenyaRostov avatar May 28 '23 00:05 JenyaRostov