:- module(imodule_server_test,[]). :- use_module(library(imodule)). :- imodule(8123,[password/1],[ password('password'), certificate_file('cert.pem'), key_file('key.pem') ]). password('\ I swear by my life and my love of it that\ I will never live for the sake of another man,\ nor ask another man to live for mine.').