Is there a way to embed an HTTP server into my QT4 cross-platform (Linux and Win) application?
I'd like to answer to GET/POST requests from the net when my application is running.

Can I use QHTTP or I have to use an external library? Any suggestion?

Thanks,
the_bis