3.14.3 library(http/http_unix_daemon): Run SWI-Prolog HTTP server as a Unix system daemon
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog HTTP support
        • The HTTP server libraries
          • Running the server
            • library(http/http_unix_daemon): Run SWI-Prolog HTTP server as a Unix system daemon
              • http_daemon/0
              • http_daemon/1
              • http_certificate_hook/3
              • http_server_hook/1
              • sni_options/2
Availability::- use_module(library(http/http_unix_daemon)).
Source[semidet,multifile]http_certificate_hook(+CertFile, +KeyFile, -Password)
Hook called before starting the server if the --https option is used. This hook may be used to create or refresh the certificate. If the hook binds Password to a string, this string will be used to decrypt the server private key as if the --password=Password option was given.