aboutsummaryrefslogtreecommitdiffstats
path: root/Drop Serve/Server.h
AgeCommit message (Collapse)Author
2020-10-17Add license (GNU GPLv3+)Teddy Wing
2020-10-10Open served URL in the default browserTeddy Wing
2020-10-10Start a Python SimpleHTTPServer in dropped file directoryTeddy Wing
When a file or directory is dropped on the drop zone, start a Python SimpleHTTPServer from that directory. Ensure the server is terminated when the Drop Serve application quits.