SimpleHttpListener.Rx
SimpleHttpListener.Rx copied to clipboard
I haven't put it through particularly rigorous testing, and I don't know if there will be any unwanted side-effect of this change. I'll happily write a test method if you...
HTTP header names are case insensitive, and this library helpfully converts headers to upper case for easy reading. However, I think the actual case of the Headers dictionary keys is...
So here's what I have been researching: I need a way to run an http listener in .net and receive websocket connection. I specifically want to do this to use...