Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
With python it is very easy to set up a http server that serves the current directory (python3 -m http.server 9000). This is great to quickly test some things.
It would be great to have the same functionality with QHttpServer, either as an example or even as a tool.
It would be a proof of concept that we can do it and also show how to use our API. It might also be useful to some developers.