Answer the question
In order to leave comments, you need to log in
Are there ready-made solutions for handling http requests via StreamSocketListener (StreamSocket)?
There is a need to write a simple http server for winrt. There is a working version for the desktop, it uses HttpListener and everything works fine. On winrt you have to use StreamSocketListener. The problem is that I get raw data and I need to parse it correctly. So far the only thing I've found is HttpMachine . But this is not enough, I would like something similar to HttpListenerRequest / HttpListenerResponse so that you can simply get the necessary data from the request and send a response.
Googling didn't turn up much, which suggests that I want a lot and will have to be content with what I have.
But what if someone knows ready-made solutions or can tell how easy it is to process http requests?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question