3.18 library(http/http_server_health): HTTP Server health statistics
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog HTTP support
        • The HTTP server libraries
          • library(http/http_server_health): HTTP Server health statistics
            • server_health/1
            • health/2
            • hide/1
Availability::- use_module(library(http/http_server_health)).
Sourceserver_health(+Request)
HTTP handler that replies with the overall health of the server. Returns a JSON object from all solutions of health/2.

Processes an optional parameter fields to specify the fields that should be returned. The fields content is "," or white space delimited.