Server.run

Starts @server, if you are using the old API, causing it to listen for and process incoming connections. Unlike soup_server_run_async(), this creates a #GMainLoop and runs it, and it will not return until someone calls soup_server_quit() to stop the server.

More...
class Server
void
run
()

Detailed Description

Deprecated: When using soup_server_listen(), etc, the server will always listen for connections, and will process them whenever the thread-default #GMainContext is running.

Meta