A libsoup server test program.
It's based on the Valadoc Soup.Server async example however, it uses the server.listen method instead of the server.listen_all.
This project uses meson.
Assuming that you're using meson with ninja, enter these commands terminal in the root of the project:
meson build
cd build
ninja installThen you can run the server with this command:
libsoup-testIf you want to uninstall the server, in the build directory of the project
enter this command in your terminal:
ninja uninstall